Hello, I am currently working on a website based on Django (1.6.7) + Mezzanine (3.1.10) and I am facing problems with the Admin side. In my application I have a custom User model (named BMUser) and I have declared it in *settings.py* like this : AUTH_PROFILE_MODULE = "myApp.BMUser"
On the development side, everything works great but when I go on the production side (same code but I use postgres instead of sqlite and gunicorn) Mezzanine's *UserProfileAdmin* doesn't show up... I only get Django's UserAdmin which doesn't add a reference to "myApp.BMUser" at the bottom of the user management. I have *Mezzanine.accounts* in my INSTALLED_APPS (settings.py) and the configuration between development and production side seem to be the same. Any ideas? Thanks in advance ! -- 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.
