Changes between Version 187 and Version 188 of WikiStart
- Timestamp:
- Aug 6, 2006, 3:33:02 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v187 v188 59 59 * [http://trac.studioquattro.biz/djangoutils/ Djangoutils]: Miscellaneous Django utilities. 60 60 * [wiki:ScaffoldScript Simple 'scaffolding']: Spew out simple form fields as a base for modification 61 * [wiki:Scaffolding More about scaffolding]: Spew out simple forms for your whole app, including automated urls 61 62 * [wiki:ManipulatorScript Simple Custom Manipulators]: Spews out a custom manipulator for your model, primed and ready for tweaking. 62 63 * [wiki:ModelMiddleware Model 'middleware']: Add pre/post save/delete callbacks to any model.