On Wed, Jan 21, 2009 at 1:36 PM, xankya <suzan.sha...@gmail.com> wrote:

>
> class Admin didnt show "book" on admin interface. instead admin.py in
> the books folder show up "book" on admin interface.
>
> Can anyone conform "class Amin: pass" works ??
>

'class Admin' worked for the level of Django that was current when the book
was written.  For Django 1.0 and later, it's best to use the online docs to
learn about how to specify admin stuff, since that is up-to-date whereas
most books I have heard of have not yet been updated to match the Django 1.0
level.

Karen

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to