On 2/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> 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:

num is not the same as slug, because I will use num to order the
chapters order. So it has some order require, for example: chapter01
chapter 02, etc.

And for now, I wrote the form html just pure html code, I don't use
form to create them for me. I think write form html directly is now
easy for me.

>
> 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
>

What's these? Abstract? keywords?

-- 
I like python!
UliPad <<The Python Editor>>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

--~--~---------~--~----~------------~-------~--~----~
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