diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-03-26 22:53:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-03-26 22:53:23 -0700 |
commit | 310013244f1d7e435b67aa52f0c46cbee8124ca9 (patch) | |
tree | 60d84046d5a6646b92ff1e9df8dc3153f3dbd220 /bn_django/settings.py.example | |
parent | 67e6320434f0e130ea02b5bbfc8ba8a9fd182777 (diff) | |
download | bnewnet-310013244f1d7e435b67aa52f0c46cbee8124ca9.tar.gz bnewnet-310013244f1d7e435b67aa52f0c46cbee8124ca9.zip |
tweaks
Diffstat (limited to 'bn_django/settings.py.example')
-rw-r--r-- | bn_django/settings.py.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/settings.py.example b/bn_django/settings.py.example index 16a90b2..d9e3198 100644 --- a/bn_django/settings.py.example +++ b/bn_django/settings.py.example @@ -46,7 +46,7 @@ MEDIA_URL = '/static/' ADMIN_MEDIA_PREFIX = '/static/django-admin/' # Make this unique, and don't share it with anybody. -SECRET_KEY = 'jdsgk298451dsfg0090204tv(GFD8g0(%$)*@$#R%U)#*ifd;/q' +SECRET_KEY = 'jdsgk29845ldsfg0090204tv(GFD8g0(%$)*@$#R%U)#*ifd;/q' # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( |