Skip to content

Commit

Permalink
Added a default settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Mar 1, 2012
1 parent d67f65a commit 0132b58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions skel/$$$$PKG_NAME$$$$/settings.py
@@ -0,0 +1,10 @@
from django.conf import settings

DEFAULT_SETTINGS = {

}

USER_SETTINGS = DEFAULT_SETTINGS.copy()
USER_SETTINGS.update(getattr(settings, '$$$$PKG_NAME$$$$_SETTINGS'))

globals().update(USER_SETTINGS)

0 comments on commit 0132b58

Please sign in to comment.