syegulalp / mercury

Pure Python CMS and blogging solution using static HTML
http://mercury.genjipress.com
Other
18 stars 2 forks source link

Settings changed via command line (e.g., debug) are not properly exported to the rest of the application #72

Open syegulalp opened 9 years ago

syegulalp commented 9 years ago

We have to import settings from core.boot for this to work. See core.utils._stddebug_ for an example.