Closed posita closed 14 years ago
Alternatively, consider creating a settings.py file that contains:
from settings_default import *
Ok, your first patch has been added to the master branch. Thanks!
After some thought a minimal settings.py file seems less hack-like than the above patch, but (of course) it's up to you. :o)
I'm more worried that having the file with that in place would just confuse the purpose, which is to get people to create the settings.py file if they need it. So while a bit hacking, I believe it's more helpful for the developer new to the environment to figure out what to do.
This is true of your settings import from sessions.py. It may clash when appengine_utilities is used in apps which have top-level 'settings' modules and appengine_utilities/settings.py is not present. Please consider the following patch (or something similar):