diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-24 17:31:00 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-24 17:31:00 -0700 |
commit | 90813f3137b05b428af31fe782dfe54a0af668c1 (patch) | |
tree | 319652245404c371fcb9a8585b0ac95980754736 /bn_django/settings.py.example | |
parent | db2d7a378c493c0beaafeb606f34bfab0e9ec8f7 (diff) | |
download | bnewnet-90813f3137b05b428af31fe782dfe54a0af668c1.tar.gz bnewnet-90813f3137b05b428af31fe782dfe54a0af668c1.zip |
added search boilerplate
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 d9e3198..16a90b2 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 = 'jdsgk29845ldsfg0090204tv(GFD8g0(%$)*@$#R%U)#*ifd;/q' +SECRET_KEY = 'jdsgk298451dsfg0090204tv(GFD8g0(%$)*@$#R%U)#*ifd;/q' # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( |