Changes between Initial Version and Version 1 of Tutorials


Ignore:
Timestamp:
Mar 14, 2007, 4:20:01 PM (17 years ago)
Author:
Simon G. <dev@…>
Comment:

Adding a tutorials page

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v1 v1  
     1= Django Tutorials =
     2
     3[[TOC]]
     4
     5== General Tutorials ==
     6
     7 * [http://fallingbullets.com/blog/2006/aug/06/wordpress-clone-27-seconds-part-1-40/ WordPress Clone in 27 Seconds]
     8 * [http://www.wilsonminer.com/posts/2006/may/10/are-you-generic/ build a portfolio app in 30 minutes with Django]
     9 * [http://lukeplant.me.uk/blog.php?id=1107301641 A Django website that took (a lot) more than 20 minutes]
     10 * [http://www2.jeffcroft.com/2006/may/02/django-non-programmers/ Django for non-programmers]
     11
     12== Tutorials on Specific Topics: ==
     13
     14=== Setup/Configurations ===
     15
     16 * [http://www2.jeffcroft.com/2006/may/11/django-dreamhost/ Setting up Django on Dreamhost]
     17 * [http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/ Django on Windows HOWTO]
     18 * [http://toolmantim.com/article/2006/5/31/installing_django_on_osx Installing Django on OSX]
     19
     20=== Understanding Django Internals ===
     21
     22 * [http://www.b-list.org/weblog/2006/06/13/how-django-processes-request How Django processes a request]
     23 * [http://www.b-list.org/weblog/2006/06/28/django-tips-difference-between-blank-and-null The difference between blank and null]
Back to Top