Changes between Version 17 and Version 18 of Tutorials


Ignore:
Timestamp:
Mar 15, 2007, 4:35:33 PM (17 years ago)
Author:
Simon G. <dev@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v17 v18  
    1717== Tutorials on Specific Topics: ==
    1818
     19 Note: [http://www.djangosnippets.org/ Django snippets] has plenty of code 'snippets' which do all sorts of useful things too.
     20
    1921=== Setup/Configurations ===
    2022
     
    2426 * [http://www.b-list.org/weblog/2006/05/21/django-gzip-and-wsgi Django, gzip and WSGI]
    2527 * [http://code.djangoproject.com/wiki/ServerArrangements A comprehensive list of server arrangements and setup guidelines]
     28 * [http://www.djangosnippets.org/snippets/105/ installing Django on TextDrive]
    2629
    2730=== Understanding Django Internals ===
     
    9295
    9396 * [http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model Extending the User model]
    94 
     97 * [http://www.djangosnippets.org/snippets/74/ use email addresses for usernames]
    9598
    9699=== Benchmarks ===
Back to Top