Problem Django Admin app is read only!

2013-06-06 Thread Enaut Waldmeier
Hi, I have a problem with django-admin whenever I deploy my page to the apache server with DEBUG=False django-admin displys all the entries of this app as if they had `has_change_permission(): return false`. I can't find any errors and it only happens on apache. what works and what does not:

Re: Problem Django Admin app is read only!

2013-06-06 Thread Enaut Waldmeier
ectly by apache. I just can't modify the entries of the "Belegung" app through django-admin. > Greets from Ratingen > Frank > > > Am 06.06.13 17:08, schrieb Enaut Waldmeier: > > Hi, > > I have a problem with django-admin whenever I deploy my page to t

Re: Problem Django Admin app is read only!

2014-06-23 Thread Enaut Waldmeier
The Problem was that I havn't had a sepparate file for the admin declarations (which should be ok according to the specs). But it didn't work. A more detailed step by step guide how to reproduce the issue was filed https://code.djangoproject.com/ticket/21262 . I think it happened because I regi