[mezzanine-users] Re: Site working perfectly in development, but admin and static pages are crashing in production

2015-04-04 Thread Philip Southwell
This turned out to be a django issue to do with proxy models and user permissions. Thanks for the help everyone. -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [mezzanine-users] Re: Site working perfectly in development, but admin and static pages are crashing in production

2015-03-15 Thread Philip Southwell
Thanks Graham - that's where I was looking but I think I have that covered already. My urls.py is below urls.py from __future__ import unicode_literals from django.conf.urls import patterns, include, url from django.conf.urls.i18n import i18n_patterns from django.contrib.gis import admin

Re: [mezzanine-users] Re: Site working perfectly in development, but admin and static pages are crashing in production

2015-03-15 Thread Graham Oliver
ok - looking at the error messages They seem to be being tiggered by {% admin_dropdown_menu %} which is in mezzanine_tags.py def admin_dropdown_menu(context): Renders the app list for the admin dropdown menu navigation. user = context[request].user if user.is_staff:

[mezzanine-users] Re: Site working perfectly in development, but admin and static pages are crashing in production

2015-03-15 Thread Philip Southwell
The page errors only occur when I'm logged in as a user. -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscr...@googlegroups.com. For more

Re: [mezzanine-users] Re: Site working perfectly in development, but admin and static pages are crashing in production

2015-03-15 Thread Philip Southwell
That sounds like a great path Graham. Unfortunately I'll not be able to do that until tomorrow but I'll get back and let you know how it's been. Thanks a lot. Phil -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from