Changes between Version 1 and Version 2 of Scaffolding
- Timestamp:
- Aug 6, 2006, 3:29:08 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scaffolding
v1 v2 9 9 The other is the main one, it's called meta_scaffold.py (The name is not very original, and if someone finds a better name, please feel free to change it ;). This script creates a template for each of your models. For instance, if you have defined a Blog, with Articles and Comments, after executing this script you will have an article_form.html, comment_form.html and a _urls.py with generic create/update/delete links for both articles and comments. 10 10 11 Download both files and put them next to your manage.py project file. They also have some info about theirselves, read them.