Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenincasco/awesome-django-plus-something
A curated list of awesome Django plus something tutorials, libraries, etc.
https://github.com/lenincasco/awesome-django-plus-something
List: awesome-django-plus-something
Last synced: 16 days ago
JSON representation
A curated list of awesome Django plus something tutorials, libraries, etc.
- Host: GitHub
- URL: https://github.com/lenincasco/awesome-django-plus-something
- Owner: lenincasco
- Created: 2016-06-14T14:10:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T12:03:44.000Z (about 9 years ago)
- Last Synced: 2024-05-20T04:00:36.773Z (7 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-django-plus-something - A curated list of awesome Django plus something tutorials, libraries, etc. (Other Lists / PowerShell Lists)
README
# Awesome Django Plus Something
A curated list of awesome Django plus something tutorials, libraries, etc.
---
## Django + Backbone.js
### explanation
[backbone.js for Django developers](https://lincolnloop.com/blog/2012/jun/5/backbonejs-django-developers/)
### repository
[django tastypie backbone todo tutorial](https://github.com/linssen/django-tastypie-backbone-todo-tutorial)
---
## Django + Angular 2
### AngularJS 2
- [angular2.com](http://www.angular2.com/)
- [Awesome Angular2](https://github.com/angular-class/awesome-angular2)
- [ng-book 2](https://www.ng-book.com/2)
- [Getting Started with Angular 2 Using Typescript](http://www.sitepoint.com/getting-started-with-angular-2-using-typescript/)
- [Victor Savkin Blog](http://victorsavkin.com/)
- [Angular2 Series](https://auth0.com/blog/2015/09/03/angular2-series-working-with-pipes/)
- [angular.io](https://angular.io/docs/js/latest/index.html)
- [Eddhead.io AngularJS 2 Lessons](https://egghead.io/technologies/angular2)
- [Build An Angular 2 App](http://www.wintellect.com/devcenter/jcarroll/build-an-angular-2-app-the-root-component)---
## Django + Angular 1
### Tutorial
- [Mobile apps using AngularJS, Django, DjangoRestFramework and redis](http://www.aptuz.com/blog/mobile-apps-using-angularjs-django-djangorestframework-and-redis-part-1/), 06/2015, Chat app
- [Thinkster Django Angular Tutorial](https://github.com/brwr/thinkster-django-angular-tutorial), 02/2015, Creating Google Plus
- [Authenticate using Django Rest Framework and Angular](http://richardtier.com/2014/03/15/authenticate-using-django-rest-framework-endpoint-and-angularjs/), 03/2015
- [Creating a simple to-do app using SwampDragon](http://swampdragon.net/tutorial/part-1-here-be-dragons-and-thats-a-good-thing/), 10/2014
- [Django, Django Rest Framework, AngularJS example](http://nanvel.com/b/1393545600), 02/2014
- [Using AngularJS with Django](http://glynjackson.org/weblog/tutorial-using-angularjs-django/), 01//2014
- [Getting Started with Django Rest Framework and AngularJS](http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html), 10/2013
- [End to end web app with Django-Rest-Framework & AngularJS](http://mourafiq.com/2013/07/01/end-to-end-web-app-with-django-angular-1.html), 07/2013### Slide/Book
- [DjangoCon2014 - Tweeter](http://www.slideshare.net/nnja/djangocon-2014-angular-django?related=1), 10/2014
- [Real Python](https://realpython.com/courses/#course-3-advanced-web-development-with-django)### Resources
- [Django + AngularJS Github](https://github.com/jrief/django-angular)
- [Django CSRF Token AngularJS](http://joelsaupe.com/programming/django-csrf-token-angularjs/)
- [django-angular open source](http://django-angular.readthedocs.org/en/latest/)---
## Django + Celery
### Tutorial
- [Setting up an asynchronous task queue for django using celery redis](http://michal.karzynski.pl/blog/2014/05/18/setting-up-an-asynchronous-task-queue-for-django-using-celery-redis/), 05/2014
---
## Django + Docker
### Tutorial
- [Django Development with Docker Compose and Machine](https://realpython.com/blog/python/django-development-with-docker-compose-and-machine/)
---
## Django + OAuth2.0
## Tutorial
- [LinkedIn Social Authentication in Django](https://realpython.com/blog/python/linkedin-social-authentication-in-django/), 10/2015
- [Simple TODO API with Django and OAuth2](http://www.madewithtea.com/simple-todo-api-with-django-and-oauth2.html), 07/2014---
## Django + Deployment
- [Definitive Guide to Django Deployment](https://github.com/rogueleaderr/definitive_guide_to_django_deployment)
---
## Django
## Tutorial
- [TaskBuster Django Tutorial](http://www.marinamele.com/taskbuster-django-tutorial)