Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django E-Commerce Tutorial With Wagtail CMS - Snipcart
-
Django Compressor, OfflineGenerationError and 500.html (handler500) – Ramblings on startups, NYC, advertising and hacking (mostly Python)
-
Django Map Widgets – Useful Map Extensions for Django Forms
-
Graphite Project
GitHub is where people build software. More than 15 million people use GitHub to discover, fork, and contribute to over 38 million projects. -
DjangoCon US 2016 - Django and React: Perfect Together by Jack McCloy - YouTube
-
Django user registration tutorial/Guide : djangolearning
-
Markus Holtermann — 2 Factor Authentication in Django
-
robinhood/deux: Multifactor Authentication for Django Rest Framework
-
Caching in Django with Redis - Real Python
-
A Brief Introduction to Django Channels | Abu Ashraf Masnun
-
Twitter
Django Dublin User Group October meetup are looking for #Django speakers. -
The Dublin Django User Group (Dublin) | Meetup
Django Dublin User Group October meetup are looking for #Django speakers. -
DynamicModels – Django
-
How To Set Up uWSGI and Nginx to Serve Python Apps on CentOS 7 | DigitalOcean
uid = user socket = /run/uwsgi/myapp.sock chown-socket = user:nginx chmod-socket = 660 vacuum = true -
Optimizing Django Querysets – Scott Lobdell
-
Parerga und Paralipomena » Blog Archive » The power of django’s Q objects
-
Tutorial : Implementing Django Formsets | Nicole Harris
-
Using Django querysets effectively | And then it crashed
-
coleifer/django-relationships: Descriptive relationships between auth.users (think facebook friends and twitter followers, plus more)
-
djangosnippets: Welcome
Welcome to Djangosnippets.org, a site for users of the Django web framework to come together and share useful "snippets" of reusable code. -
charles leifer | Self-referencing many-to-many through
Django's ManyToMany through attribute allows you to describe relationships between objects. I've written a post about this - (Describing Relationships, Django's ManyToMany Through) - and so I won't cover here the details of its implementation or usage. What I want to talk about in this post is how to create ManyToMany relationships between objects of the same kind, and more than that, to show how those relationships can be described using through models. -
Django class-based views with multiple inline formsets
-
Django Web Framework Site
Main site of the Django Web Framework. Contains the documentation. -
Model creation, ForeignKey relations and the Django Admin
-
How Celery fixed Python's GIL problem