Changes between Version 208 and Version 209 of DjangoResources


Ignore:
Timestamp:
Nov 23, 2009, 11:09:02 AM (14 years ago)
Author:
EmB
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v208 v209  
    158158 * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute
    159159 * [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]
    160161 * FormField documentation for Manipulators
    161162 * ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!)
Back to Top