On 15-08-11 16:18, Nan wrote:
I'm having a problem with admin inlines on a particular model suddenly
not showing up, even though they were working previously.  Oddly,
they're working just fine on the exact same code in staging (granted,
on a somewhat different server setup) but not in production.

The only changes I've made between versions are to wrap any help text
for each model field in ugettext_lazy.

My guess is that there is an import error somehow in the admin.py (assuming you've put that in a different file from your models.py).

So could you try importing "yourproject.admin" from "manage.py shell"?


Reinout

--
Reinout van Rees                    http://reinout.vanrees.org/
rein...@vanrees.org             http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"

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