aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/default_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/default_settings.py')
-rw-r--r--ihatemoney/default_settings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ihatemoney/default_settings.py b/ihatemoney/default_settings.py
index fcb41db..c7ce297 100644
--- a/ihatemoney/default_settings.py
+++ b/ihatemoney/default_settings.py
@@ -29,3 +29,9 @@ ACTIVATE_DEMO_PROJECT = True
# DO NOT enter the password in cleartext. Generate a password hash with
# "ihatemoney generate_password_hash" instead.
ADMIN_PASSWORD = ""
+
+# If set to True (default value) anyone can create a new project.
+ALLOW_PUBLIC_PROJECT_CREATION = True
+
+# If set to True, an administration dashboard is available.
+ACTIVATE_ADMIN_DASHBOARD = False