Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
TaskBuster Django Tutorial | Marina Mele's site
-
DjangoCon - JSON Web Tokens // Speaker Deck
-
Introduction | Django Girls Tutorial
-
Effective Django — Effective Django
-
A REST API with Django and Django Tastypie
-
django-cities-light
- A simple app providing three models: Country, Region and City model. Also provided, a command to insert or update data from geonames database dumps. Status: stable. -
django-cities
- Countries and cities of the world for Django projects -
groups.google.com
-
groups.google.com
-
sunscrapers/djoser
-
Django Search with Elasticsearch
-
Django Search with Elasticsearch
-
mattrobenolt/go-celery
-
sunscrapers/djoser
-
Django Girls: A success story // Speaker Deck
-
Django Girls: A success story // Speaker Deck
-
willhardy/django-seo
django-seo - Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites. -
Django SEO Framework Tutorial — Django SEO 1.0 documentation
-
Effective Django — Effective Django
-
How To Use the Django One-Click Install Image | DigitalOcean
-
Understanding '*', '*args', '**' and '**kwargs' - Agiliq Blog | Django web app development
Throughout this post, i will be using ipython and i suggest you to try everything on ipython as well. We will intentionally make some mistakes along the way, so that we can understand this topic better. Let's divide our work under five sections: 1. Understanding what '*' does from inside a function call. 2. Understanding what '*args' mean inside a function definition. 3. Understanding what '**' does from inside a function call. 4. Understanding what '**kwargs' mean inside a function definition. 5. A practical example of where we use 'args', 'kwargs' and why we use it. -
Activando bloqueo de login con Django | Axelio
-
Activando bloqueo de login con Django | Axelio
-
coleifer/peewee · GitHub
-
Python - Flask or django for a beginner? - Stack Overflow