cirlabs / django-project-template

A collection of development tasks and optimizations aimed at anyone doing news application development on tight deadlines in Django.
17 stars 10 forks source link

local_settings.template: possible bug where secret_key is missing #90

Closed aboutaaron closed 9 years ago

aboutaaron commented 9 years ago

Ran into this bootstrapping a new project. It looks like added details to local_settings.py seems to skip common.py and throws an ImproperlyConfiguredError.

aboutaaron commented 9 years ago

Need to add

from common import *