you could use verbose_name and help_text to clarify purpose of fields
like num, and in case num - make it a slugField. Also a note for
models:

Book -> Chapter -> Articles could be bit better (or a "line break"
feature for chapter) For example:

Django the Book:

Chapter 1. Basics
--- what is django
--- how to use orm

Chapter 2. Deploying Django on servers
--- apache
--- cherokee
--- nginx
--- blal bla bla


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to