Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Welcome to django-braces’s documentation! — django-braces 1.3.1 documentation
mixins -
The Best of Python in 2013 | Pypix
-
torchbox/django-nginx-memcache
-
Using Django for (mostly) static sites — Good Code
While Django is a great framework for building websites and web applications, it’s often considered as “too big” for fulfilling simple needs, such as mostly static content or single-page sites. -
How to install Celery on Django and Create a Periodic Task
This post explains how to set up Celery with Django, using RabbitMQ as a message broker. It also explains how ... -
django-users - How to create screen capture of website
-
django-users - How to create screen capture of website
-
mathiasertl/django-xmpp-account
-
mathiasertl/django-xmpp-account
-
Scaling Python/Django application with Apache and mod_wsgi
HackerEarth is primarily based on Python & Django. And we use Apache with mod_wsgi for hosting the application. There is a general complaint that Apache sucks when it comes to hosting Python web applications. It’s said that it’s slow, bloated, uses lots of memory and doesn’t perform very well. -
Testing in Django (part 1) - Best practices and examples
Testing is vital. Without properly testing your code, you will never know if the code works as it should, now or in the future when the codebase changes. Countless hours can be lost fixing problems caused by changes to the codebase. -
Creating Profiles with Django-registration | Sharpened
-
Creating Profiles with Django-registration | Sharpened
-
Quick start guide — django-registration 1.0 documentation
-
Quick start guide — django-registration 1.0 documentation
-
Alem/django-bootstrap-crud-templates
-
Alem/django-bootstrap-crud-templates
-
Chapter 5: Models
-
Chapter 5: Models
-
size - Why Django session table grows on PostgreSQL - Database Administrators Stack Exchange
-
Instagram Engineering
-
Beginner's Guide to the Django Rest Framework - Tuts Code Tutorial
-
code.tutsplus.com
-
Django CRUD (Create, Retrieve, Update, Delete) | Rayed's Real Life
-
Django CRUD (Create, Retrieve, Update, Delete) | Rayed's Real Life