Hi Federico. The DATABASE setting that is applied is the one in 
live_settings.py. In production, this file is renamed to local_settings.py 
by Fabric (the local_settings.py in your dev machine should NOT be in 
version control). You'll see at the end of settings.py that it imports 
everything from local_settings.py, thus overriding the DATABASE from 
settings.py.

-- 
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 options, visit https://groups.google.com/d/optout.

Reply via email to