I ran into a strange problem today when setting up a new project.

I'm setting up a new project with Mezzanine 3.0.4, Cartridge 0.9.1 and 
Django 1.6.1. I am setting up the website on a Nginx -> Uwsgi stack on AWS.

The project was created using '*mezzanine-project -a cartridge 
project_name'*
Now the problem is that when I try to load the site the local_settings are 
not imported from settings.py, so the site crashes when trying make sure 
that SECRET_KEY is set. When I move SECRET_KEY in to settings.py it then 
crashes on the DATABASES info.

Now the stranger part is that when I run management commands like '*python 
manage.py createdb'* then local_settings is imported properly and the data 
in local_settings is used.

This is the 3rd Mezzanine/Cartridge site that I've setup on this 
server/stack and the other 2 had no problem. So what could be causing this 
behavior?

-- 
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/groups/opt_out.

Reply via email to