Changes between Version 320 and Version 321 of DjangoResources


Ignore:
Timestamp:
Feb 7, 2012, 5:38:18 AM (12 years ago)
Author:
Richard Barran
Comment:

Removed link to project that duplicates functionality that is now in core.

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

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