Monday, January 30, 2012

Re: Django Admin completely empty

hmmm. I am the superuser, but I went ahead and tried the createuser
command to make another. Still the same in the admin. No models or
user/privilege options. The strange thing is there are boxes where you
would expect apps/models top be, but they are totally empty.

Any other suggestions?

Sam

On Jan 30, 3:40 pm, Andres Reyes <armo...@gmail.com> wrote:
> Do you have permissions on the models you want to see?
>
> You can create a new superuser with
> python manage.py createsuperuser
>
> 2012/1/30 darwin_tech <cronnelocto...@gmail.com>:
>
>
>
>
>
>
>
>
>
> > Hi,
>
> > On my development server my Django Admin works as expected, showing
> > all my
> > models and the auth models. However, on the production server, even
> > though the whole application works fine, when I log into the admin I
> > see nothing. No models, no auth. Just a stack of empty boxes.
> > If anyone has any idea as to why this might be, your input would be
> > much appreciated.
>
> > Sam
>
> > --
> > 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+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/django-users?hl=en.
>
> --
> Andrés Reyes Monge
> armo...@gmail.com
> +(505)-8873-7217

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

No comments:

Post a Comment