Hi Christer, I'm not sure it makes a difference, but I am curious why you didn't try the full import in the python shell: `from mezzanine.utils.conf import real_project_name`. It is possible that would have yielded enlightenment. (Also, not using `shell_plus`, part of django-extensions, is a fireable offense.)
I think the fastest solution might be to start a new mezzanine project, copy your code into place, and try the deploy again. Don't delete your existing project! Python/Django apps are cheap to build and test locally, so do that until you have *confidence*. I deploy to local VM or container to help build that confidence. These are a few of the hard-won lessons I can share. -ken -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
