Changes between Version 320 and Version 321 of DjangoResources
- Timestamp:
- Feb 7, 2012, 5:38:18 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v320 v321 252 252 * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute 253 253 * [wiki:MindmapCheatsheetForGenericViewsAPI Mindmap Cheat Sheet for the Generic Views API] as described in [http://www.djangobook.com/en/1.0/chapter09/ The Django Book (chapter 9)]. 254 * [http://code.google.com/p/django-generate-views/ django-generate-views] another way to make views generic along with a demo-site which shows how to wrap views into callable objects: [http://www.obviews.com/ Obviews]255 254 * FormField documentation for Manipulators 256 255 * ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!)