Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How To Serve Django Applications with Apache and mod_wsgi on Ubuntu 14.04 | DigitalOcean
-
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04 | DigitalOcean
-
Zulip
-
Related ManyToManyField in Django admin site - Blog - LaSolution.be
-
Using many consumers in SQS Queue - Stack Overflow
-
Supercharging Django Productivity
-
Erik's pony checkup
Give your Django website an automatic security checkup. If you have security issues, get useful tips on how to improve. -
Django best practices: Models, forms, managers, urls & admin
-
charles leifer | Self-referencing many-to-many through
-
Web Service Efficiency at Instagram with Python
Instagram currently features the world’s largest deployment of the Django web framework, which is written entirely in Python. In this ... -
Django in production with supervisor nginx and gunicorn
A complete tutorial about putting a Django project into production with Gunicorn, Supervisor and Nginx. -
Custom Database Constraints in Django
If your goal is to make a reliable and secure web app, you're going to spend some time thinking about ... -
ginger - a web based RSS news reader
-
#23297 (Integrity errors in Django admin with custom User model) – Django
If you decide to change the user model later in the project, you will most likely run into old foreign keys still pointing to the good old auth_user table. This is a quick workaround for this issue when it appears in the admin. -
website creation english/french
French Django / Wagtail agency, running Wagtail -
What Powers Instagram: Hundreds of Instances, Dozens of Technologies
-
Obey the Testing Goat!
-
kmmbvnr/django-jenkins: Plug and play continuous integration with django and jenkins
-
SQL Expression Language Tutorial — SQLAlchemy 1.1 Documentation
-
Using Google chart api with graphos — Django Graphos 0.0.2a0 documentation
-
djangobot/djangobot: Bridge between Slack and Django, via Channels
-
josephmisiti (Joseph Misiti)
josephmisiti has 165 repositories written in Shell, JavaScript, and Ruby. Follow their code on GitHub. -
fcgi vs. gunicorn vs. uWSGI
-
Introduction · Django Girls Tutorial
-
How to Make a Webhook Receiver in Django — Medium