On Mon, 2009-01-19 at 18:14 -0800, Elyézer Mendes Rezende wrote:
> Hi, I'm using django 1.0.2 final, and for a test I setted the admin
> site configuration in the urls.py and used the Admin inner class like
> this:
> 
> class MyModel(...):
>     ...
>     class Admin():
>         pass
> 
> And then my model is registered in the admin site.

Then you're doing something else in addition to this. Trying that on a
clean project (with the admin set up correctly) does nothing in the
admin interface.

Don't do that. It's not the way to use admin.

Regards,
Malcolm



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