Hi,

Your issue seems to be like this one:
http://stackoverflow.com/questions/12780740/no-access-to-models-in-admin-panel-with-debug-false

Try to register your models in admin panel from a new file named 'admin.py' in the same folder as 'models.py'.


Laurent

On 16/08/2013 07:37, huw_at1 wrote:
Hi,

I still have this issue and can't really figure out what the problem is.
I have found that if I turn on DEBUG then the apps models become active
again such that I can add new records via the admin interface. However
when turning off DEBUG they become inactive and greyed out again.

I have tried altering the order in which my apps are loaded and also
altered the permissions on the applications folder however nothing seems
to solve this.

Sorry for the BUMP but does anyone have any further info on this?

Many thanks

Huw Jones

On Thursday, 31 January 2013 22:56:05 UTC, huw_at1 wrote:

    Hi,

    Using Django 1.4, have registered 3 model classes with admin. When
    accessing admin page provided by test server can select each class
    and edit entries. However when accessing production admin the
    classes are greyed out, only the users, groups and sites are
    selectable. I thought this might be database access issues however I
    can run syncdb without any problems. Any ideas?

    Many thanks

    Huw Jones.

--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


--
Laurent Meunier <laur...@deltalima.net>

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to