Re: [mezzanine-users] Re: django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.

2018-01-08 Thread Ryne Everett
You might try raising an exception on the first line of local_settings.py just to make sure it’s being imported. -- 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: django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.

2018-01-08 Thread Peter Chen
My project looks exactly like that. I followed the structure of 4.2.3 and modified the old settings.py according to the new settings.py On Sunday, January 7, 2018 at 10:05:34 PM UTC-5, Ryne Everett wrote: > > I would follow the flow of execution to ensure your local_settings are > being