Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
ojii/django-sekizai
-
Getting Random objects from a Queryset in Django | Elpenia's Weblog
-
The “local flavor” app — django-localflavor 1.0 documentation
-
Welcome | Jinja2 (The Python Template Engine)
-
comics — comics 2.3.1 documentation
comics is a web comics aggregator. Out of the box it can crawl and archive about two hundred comics every day. The comics are made available through an easy to use web interface were users can build personalized collections of their favorite comics, and then read them on the site or export them using feeds. https://github.com/jodal/comics -
Django-Angular Demo
-
PyCon Ireland 2014 Sprints
@PyConIreland Sprints registration page is live - - #PyPy #Django and more tba. And it’s FREE. -
The power of django’s Q objects | Parerga und Paralipomena
-
Python Weekly - Issue 152
RT @PythonWeekly: Python Weekly - Issue 152 #python #django #sublimetext #ipython #flask #scikitlearn #pygame #ptvs #job #sympy #ec2 -
Deploying a Django app on Amazon EC2 instance. - Agiliq Blog | Django web app development
-
Turbocharge your Python prompt and Django shell with IPython Notebook
-
Form wizard | Django documentation | Django
This application handles as much machinery for you as possible. Generally, you just have to do these things: * Define a number of Form classes – one per wizard page. * Create a WizardView subclass that specifies what to do once all of your forms have been submitted and validated. This also lets you override some of the wizard’s behavior. * Create some templates that render the forms. You can define a single, generic template to handle every one of the forms, or you can define a specific template for each form. * Add django.contrib.formtools to your INSTALLED_APPS list in your settings file. * Point your URLconf at your WizardView as_view() method. -
Nginx, Django, and X-Accel-Redirects — The Wellfire Blog
-
Get Shit Done (Chapter II): Remote Server with Pycharm and Vagrant | Code Is Poetry
-
Kozea/wdb
An improbable web debugger through WebSockets (browser based GUI debugging) -
Introduction | DjangoGirls Tutorial
This book is a Django tutorial created for DjangoGirls event. -
Turbocharge your Python prompt and Django shell with IPython Notebook
-
~jk - ORDER BY RAND()
-
Performant Django - Ara Anjargolian - YouTube
-
Python memory usage middleware
-
South documentation — South 1.0 documentation
-
pielgrzym/django-imaging
-
Filtering on annotations in Django
-
Django REST framework - APIs made easy
-
Testing Django Websites | Wilfred Hughes :: Blog
Functional testing of views