Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Template recursion in Django with Treebeard by Elf Sternberg
-
Working with trees in templates — django-mptt v0.5.pre documentation
-
A recursive django template tag - Codegrind
-
Recursion in Django templates at blog.elsdoerfer.name
-
JJinuxLand: Python: Recursion in Django Templates
-
python - How can I render a tree structure (recursive) using a django template? - Stack Overflow
-
Setting up Ubuntu 10.04 with Apache, memcached, ufw, MySQL, and Django 1.2 on Linode | Bryan Helmig
-
Deploying Django with Fabric - Irrational Exuberance
-
Django | Cross Site Request Forgery protection | Django documentation
-
Automatically adding CSRF tokens to ajax calls when using jQuery
-
Pinax
-
DjangoZoom - effortless deployment and hosting for Django
-
Scaling Django Apps With Amazon AWS
Scaling Django Apps With Amazon AWS -
django - more than 1 foreign key - Stack Overflow
-
Django Remote Development Server
-
A lot of django!
-
DotCloud
-
django_apache_and_mod_wsgi – Django
-
django_apache_and_mod_wsgi – Django
-
saas-kit/django-saas-kit - GitHub
-
Serving Multiple Sites with Django | UYSRC
-
Django snippets: Email Attachment
-
Active Admin | The administration framework for Ruby on Rails
-
Django REST framework
-
Combining css and javascript in Django — Reinout van Rees' website
e static file that it generates a unique name that depends on the timestamp of all the combined resources. So every time something changes in one of the source files, a new combined file with a new name is generated. So you can cache it forever. This means that your users will only have to download one css and one js file once, basically. A huge performance boost.