Changes between Version 208 and Version 209 of DjangoResources
- Timestamp:
- Nov 23, 2009, 11:09:02 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v208 v209 158 158 * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute 159 159 * [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)]. 160 * [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] 160 161 * FormField documentation for Manipulators 161 162 * ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!)