Thanks for that, had a quick read and it looks like I don't need to
import each admin.py from all my own apps that way anymore either in
the __init__.py of each app, as autodiscover now handles all that,
nice. It bought back the Auth and Sites app too.

On Jul 19, 2:36 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Fri, Jul 18, 2008 at 10:11 PM, Robvdl <[EMAIL PROTECTED]> wrote:
>
> > Thanks very much for this
>
> > I have been running Newforms Admin for a while, so when the big
> > changeover was going to hit, I would be ready, not changing too much
> > existing code.
>
> > One thing I noticed now, running SVN 7968 vs my last checkout I did of
> > the old Newforms Admin branch (7871):
>
> >  - The Auth and Sites applications don't show in admin, like they
> > aren't registered with admin
>
> > However, these do show on the older Newforms Admin branch checkout.
>
> > Do we need to manually register these applications with admin now?? or
> > is this something that is still to be fixed?
>
> Since 7871 (in 7872, in fact) an autodiscover function was added to admin.
> You can see how it's recommended to be used if you search for autodiscover
> here:
>
> http://code.djangoproject.com/wiki/NewformsAdminBranch
>
> I'm guessing you don't call it and that is why the admin bits for those apps
> are not showing up.
>
> (But actually when I neglect to call it and then try to access the admin I
> get a Site Administration page saying I don't have permission to edit
> anything, so I can't replicate your symptoms exactly via that
> explanation...)
>
> 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to