- TangoWithDjango. Fantastic tutorial that explains how to build a web site with Django 1.5.4 as a backend and Twitter Bootstrap as a frontend.
- Django tutorial in
four stepssix steps (wow! Now there is a part introducing tests and another about static files management). The manual of the official django webpage. As the whole framework, the tutorial is excellent.
Miscellaneous:
- Scaling Django to 8 Billion Page Views. The story of Disqus, how they improved the cache when dealing with high volumes of requests. They used Varnish, a software that works as a cache.
- How to serve static files in production. Don't forget to run collectstatic!
- Django-nvd3 package.
No comments:
Post a Comment