Changes between Version 2 and Version 3 of CurrentTutorialIdeas
- Timestamp:
- Aug 17, 2008, 6:54:28 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CurrentTutorialIdeas
v2 v3 1 == = Tutorial Improvement Ideas ===1 == Tutorial Improvement Ideas == 2 2 3 3 * Add a walk through of the ./manage syncdb process to the django tutorial, just to make the newcomer less surprised at the questions the syncdb process will ask. 4 * Add some explanations about the usage of 'classes' to define a model, it is not clear whether these are real classes, or plainly used for marking fields in db. 5 * The tutorial seems to walk a new user through a data model aspect of django, but what if my app is process centric and not data centric?