Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Customizing the Django Admin - Branding | Monty Lounge Blog
-
Django Project Conventions, Revisited | Zacks Blog.
-
Django contributions
-
Django | The Web framework for perfectionists with deadlines
-
Python Package Index : django-snippetscream 0.0.4
-
Django snippets: RequestFactory: Easily create mock request objects, for use in testing
-
Django | The Web framework for perfectionists with deadlines
-
Django, Orbited, Stomp and Co. : Michael Schneider
-
montylounge/django-mingus - GitHub
a Django blog engine leveraging reusable apps for all its features -
The Pinax Tutorial #1: Installing Pinax and making basic customisation
-
omab/django-social-auth - GitHub
-
Django | Unicode data | Django documentation
-
Read the Docs
-
Django Best Practices — Django Best Practices
-
Tracking Slow Requests with Dogslow – Bitbucket blog
-
Satchless — eCommerce framework built with Python & Django
-
django-mptt/django-mptt - GitHub
-
Welcome | Jinja2 (The Python Template Engine)
-
Python製テンプレートエンジンあれこれとJinja2 - YAMAGUCHI::weblog
-
Django | Design philosophies | Django documentation
-
Welcome — Django MongoDB Engine
-
emesik/mamona - GitHub
-
Speed Up Django’s Unit Test with SQLite and Database Transaction « User Inspired, Technology Service & Web Developer in Indonesia
Building test cases for your Django project is a good practice that can catch a lot of bugs during development but unfortunately, running a large number of test cases can take quite some time. One of our Django projects which has 215 tests takes 460.117s to complete with MySQL’s MyISAM storage engine on a relatively modern Core 2 Duo box with 4GB of RAM. But we later found out that we can run the tests much faster if we run the tests using SQLite database. To illustrate this, the test that took 460.117s to complete in MySQL only took 6.919s in SQLite. That is very huge improvement (roughly 65x) and will save your time. According to Django’s documentation, the reason for the huge speed boost is because when used to run tests, SQLite will create databases in memory, bypassing the filesystem entirely so SQLite is definitely a huge time saver when used to run tests. -
emesik/mamona - GitHub
-
Django