Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
matthewwithanm/django-imagekit
-
mariocesar/sorl-thumbnail
-
mariocesar/sorl-thumbnail
-
Wagtail CMS: a fresh take on content management
Elegant. Open source. Easy. Wagtail is the new Django CMS from Torchbox. -
Django's QuerySet.extra() method | anler.me
-
Django's QuerySet.extra() method | anler.me
-
Welcome to django-sekizai’s documentation! — django-sekizai v0.2.0 documentation
-
Welcome to django-sekizai’s documentation! — django-sekizai v0.2.0 documentation
-
Why so many Python web frameworks? | BitWorking
Why so many Python web frameworks? When asked about the plethora of web frameworks for Python the answer is often that it is way too easy to put together one in Python. That certainly seems plausible since there are so many libraries that implement the components of a web framework and if it's easy to plug those pieces together then maybe that lowers the bar of entry for new frameworks. So let's give it a shot, we'll pick some components and spend a couple hours seeing how far we can get building a web framework, which we'll call Robaccia. -
cmaurer/angularjs-nvd3-directives
-
NVD3.js :: re-usable charts for d3.js
-
Programmatically populating a Django database
-
Beginning Test-Driven Development in Python - Tuts Code Tutorial
-
Beginning Test-Driven Development in Python - Tuts Code Tutorial
-
Django snippets: Allow foreign key attributes in list_display with '__'
-
Django snippets: Allow foreign key attributes in list_display with '__'
-
第一章 Django介紹
-
第一章 Django介紹
-
Getting Started with Django on Heroku | Heroku Dev Center
-
Django Series 1: A custom login page | Solutoire.com
-
Django Series 1: A custom login page | Solutoire.com
-
Tutorial — Django MongoDB Engine
-
Tutorial — Django MongoDB Engine
-
kennethreitz/dj-static · GitHub
-
Using Django for (mostly) static sites — Good Code