aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSverre Johansen <sverrej@opera.com>2009-11-11 15:02:56 +0100
committerSverre Johansen <sverrej@opera.com>2009-11-11 15:19:42 +0100
commit403fae9f8ad14cd1596920ac37fa454b065e5905 (patch)
tree8a6d9c264685856bab2195a5f509fbbcc9f27bb5
parentfeb6afd526a41e2f5d3625e109cb3eed25070ef6 (diff)
downloadchishop-403fae9f8ad14cd1596920ac37fa454b065e5905.tar.bz2
chishop-403fae9f8ad14cd1596920ac37fa454b065e5905.tar.xz
chishop-403fae9f8ad14cd1596920ac37fa454b065e5905.zip
Set REGISTRATION_OPEN in settings
-rw-r--r--chishop/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chishop/settings.py b/chishop/settings.py
index 39ddec7..77f21cd 100644
--- a/chishop/settings.py
+++ b/chishop/settings.py
@@ -16,6 +16,7 @@ DJANGOPYPI_RELEASE_UPLOAD_TO = 'dists'
16# change to False if you do not want Django's default server to serve static pages 16# change to False if you do not want Django's default server to serve static pages
17LOCAL_DEVELOPMENT = True 17LOCAL_DEVELOPMENT = True
18 18
19REGISTRATION_OPEN = True
19ACCOUNT_ACTIVATION_DAYS = 7 20ACCOUNT_ACTIVATION_DAYS = 7
20LOGIN_REDIRECT_URL = "/" 21LOGIN_REDIRECT_URL = "/"
21 22