Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
12 factors for django
-
Setting Up Nginx, uWSGI, and Django on Amazon's EC2
-
Caktus Group : Django Logging Configuration: How the Default Settings Interfere with Yours
-
Integrating Front-end Tools with Your Django Project | Lincoln Loop
-
Django - Full Stack Python
-
charles-vdulac/django-roa
-
david / django-roa / wiki / Home — Bitbucket
-
Setting up Django with Nginx, Gunicorn, virtualenv, supervisor and PostgreSQL - Michał Karzyński
-
Why Django doesn’t need better urls.py | These are Dark Times, Lad
-
kencochrane/django-defender
A simple Django reusable app that blocks people from brute forcing login attempts. The goal is to make this as fast as possible, so that we do not slow down the login attempts. We will use a cache so that it doesn't have to hit the database in order to check the database on each login attempt. The first version will be based on Redis, but the goal is to make this configurable so that people can use whatever backend best fits their needs. -
krisfields/django-baker
Django Baker wants to help you get your projects up and running quickly. Given one or more app names, s/he will automatically generate views, forms, urls, admin, and templates for all of the models in the models.py file. All files are pep-8 compliant (with exception to the maximum line length rule, which I don't agree with). -
Migrations
-
Opbeat
Simple ops platform, built for developers -
Django templates folders - Stack Overflow
-
Django templates folders - Stack Overflow
-
python - django modifying the request object - Stack Overflow
-
python - django modifying the request object - Stack Overflow
-
11 Things I Wish I Knew About Django Development Before I Started My Company: — Computer Science, Math, and Statistics — Medium
-
dfunckt/django-rules
rules is a tiny but powerful app providing object-level permissions to Django, without requiring a database. At its core, it is a generic framework for building rule-based systems, similar to decision trees. It can also be used as a standalone library in other contexts and frameworks. -
zapier/django-drip · GitHub
-
arteria/django-hijack
django-hijack allows superusers to hijack (=login as) and work on behalf of other users without knowing their credentials. -
The missing django-allauth tutorial | Sarah Hagstrom
-
Django best practices: Different environments, Setting files &Git
dj-database-url -
How to deploy a Django app on Heroku
-
Setting Up Your Own Sentry Server - Dustin DavisDustin Davis