Changes between Version 4 and Version 5 of IrcFAQ
- Timestamp:
- Feb 19, 2007, 11:33:08 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v4 v5 20 20 = Django questions = 21 21 22 == Which version should I use, the 0.95 release or the Subversion checkout? ==22 == Which version should I use, the 0.95.1 release or the Subversion checkout? == 23 23 24 The 0.95 release is the most well-tested. That said, many people run sites based on a Subversion checkout happily. If you '''do''' use a Subversion checkout, note that you don't need to run {{{setup.py}}} -- just make sure that the checkout is on your Python path.24 The 0.95.1 release is the most well-tested. That said, many people run sites based on a Subversion checkout happily. If you '''do''' use a Subversion checkout, note that you don't need to run {{{setup.py}}} -- just make sure that the checkout is on your Python path. 25 25 26 26 == Should I read the documentation on the djangoproject.com website, or djangobook.com? == 27 27 28 Start with the documentation here. This is especially true if you're using 0.95 , since the version that djangobook.com describes has some significant differences.28 Start with the documentation here. This is especially true if you're using 0.95.1, since the version that djangobook.com describes has some significant differences. 29 29 30 30 == How do I extend a model? I want to subclass django.contrib.auth.models.User. ==