Django 101

February 17th, 2010

djangoDjango has excellent documentation, and it’s great place to get started if you want to learn about Django framework. The second place maybe this great Django book.

I also found lot of django tutorials on other sites, but some of them are very old and they probably  don’t work with current Django stable version (1.1.1 ). So I decided to collect recent tutorials about Django.

I’ve compiled list of  Django tutorials and articles to help myself with Django framework, and I  hope the list will help you too.

Django tutorials and articles compilation

  1. Django Template Improvements (February 2010)
  2. Natural Keys (February 2010)
  3. Object Permissions (February 2010)
  4. Everything I hate about Mingus (February 2010)
  5. Smoothing The Curve (February 2010)
  6. Messages for the rest of us (February 2010)
  7. Multiple Database Support (February 2010)
  8. Django Tutorial – Simple Notes Application (February 2010)
  9. Django Template Tag to protect the E-mail address (February 2010)
  10. Debugging Django Errors (January 2010)
  11. Testing your first Django app (January 2010)
  12. Django, it’s just Python (Desember 2009)
  13. Nicer dynamic forms in django (Desember 2009)
  14. A Crash Course in Django (Desember 2009)
  15. Django Secret Question suggestion (November 2009)
  16. Implementing Search in Django Site using HayStack and Xapian / Whoosh (October 2009)
  17. Using Jinja2 with Django (via Coffin) (September 2009)
  18. Django aggregation tutorial (August 2009)
  19. Django image crop and upload to S3 (August 2009)
  20. Setup Python 2.6.4, mod_wsgi 2.6, and Django 1.1.1 on CentOS 5.3 (cPanel) (November 2009)
  21. The Pinax Tutorial, Introduction (October 2009)
  22. Django development on Snow Leopard (October 2009)
  23. How we built A Feed Apart (using Django, Twitter, and Flickr) (June 2009)
  24. Doing more with the Django admin (May 2009)
  25. Deploying Django applications to a production server (April 2009)
  26. Django Best Practices (April 2009)
  27. A Guide to Django full-text search with Sphinx and django-sphinx (March 2009)
  28. Debugging Django : Best Stuff on Web (March 2009)
  29. Intro to Django – Building a To-Do List (February 2009)
  30. Diving into Django (February 2009)
  31. In-Depth django-sphinx Tutorial (February 2009)
  32. Integrating Yahoo Search in a Django site in 5 easy steps (Desember 2008)
  33. Automatically setting ‘debug’ in your Django app based on server hostname (November 2008)
  34. On Static Media and Django (November 2008)
  35. My Experience with Django Signals (October 2008)
  36. Intro to Unintrusive JavaScript with Django (September 2008)
  37. 10 Insanely Useful Django Tips (September 2008)

I’ll try to update this list with more tutorials, if you have suggestion please let me know. Thanks.

Related posts:

  1. KomunitasWeb March 2009 Summary
  2. How to Reset Django Admin Password
  3. 10 Django Apps I Can’t Live Without
  4. Django Tutorial – Simple Notes Application
  5. Django Deployment Tutorials

Tags: ,

3 Comments