Changes between Version 17 and Version 18 of IrcFAQ
- Timestamp:
- Feb 28, 2007, 2:37:00 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v17 v18 26 26 == Should I read the documentation on the djangoproject.com website, or djangobook.com? == 27 27 28 Start with the documentationhere. This is especially true if you're using 0.95.1, since the version that djangobook.com describes has some significant differences.28 Start with the [http://www.djangoproject.com/documentation/ 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. ==