Version 3 (modified by sivang, 16 years ago) ( diff )

--

Tutorial Improvement Ideas

  • 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.
  • 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.
  • 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?
Note: See TracWiki for help on using the wiki.
Back to Top