Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How to use Django with uWSGI | Django documentation | Django
Some distributions, including Debian and Ubuntu, ship an outdated version of uWSGI that does not conform to the WSGI specification. Versions prior to 1.2.6 do not call close on the response object after handling a request. In those cases the request_finished signal isn’t sent. -
v1k45/django-notify-x
-
Simple mixins | Django documentation | Django
-
No need to use get_context_data, use {{ view.some_method }} - Reinout van Rees
-
Access form field attributes in templated Django - Stack Overflow
If however you really want to display the form field attributes then you can try something like: {{ form.field_1.field.widget.attrs.maxlength }} -
Transaction Management with Django 1.6 - Real Python
-
Django Packages : Reusable apps, sites and tools directory
-
Django运行方式及处理流程总结 - 降龙 | 记录生活与工作的点滴,分享旅行与技术的乐趣。
-
Python Weekly - Issue 222
RT @PythonWeekly: Python Weekly - Issue 222 #python #django #bottlepy #scikitlearn #minecraft #game #ipython #slack #raspberrypi #job -
Testing Django Views Without Using the Test Client - Ian Lewis
-
#12816 (Add a render() shortcut) – Django
render_to_response sucks -
Upgrading from Django 1.4 to Django 1.7 - SeedInvest Labs
-
Django - Full Stack Python
Deploying Django on AWS -
Time Zones in Pytz & Django
Pytz and how to manage timezones in Django -
django-environ Documentation
-
Scaling Django to 8 Billion Page Views | Disqus: The Official Blog
-
Interested in QAing Django Forms? | Treehouse Community
@kenwalger @ChrisFreemanPDX psst -
Django Upgrade 1.4 to 1.8 - Teaching and Learning - Confluence
-
Inside the Head of PyDanny (Daniel Greenfeld)
-
How To Create Installable, Reusable Django Packages
-
Why you should use the Django admin: 9 tips. CTO with a CEO flavour
-
CSS - make it pretty | Django Girls Tutorial
-
Django tutorial
What are we building? In this tutorial, we will be building a Django application from the ground up which will allow the user to query Github data through the use of a form. To build our application, we’ll be using a wide array of technologies. -
Starting a Django Project
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Update: We’ve pointed the domain realdjango.com to this post. -
Django Girls Tutorial - GitBook