summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-07-07 16:44:48 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-07-07 16:50:43 +0200
commit44331719a2adb1f5469020525607741342ddacfa (patch)
tree331b1c96972725063fc8e4aa3008d460db15fa19 /example_project/settings.py
parent094fe62c11afbfbb87af0c320935f816ef8a758e (diff)
downloadIshtar-44331719a2adb1f5469020525607741342ddacfa.tar.bz2
Ishtar-44331719a2adb1f5469020525607741342ddacfa.zip
💄 open registration form: disabled by default - improve layout
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 55bc92465..3c0accc82 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -279,6 +279,7 @@ ISHTAR_SLUGS = {
ISHTAR_MIGRATE_V4 = False
+REGISTRATION_OPEN = False
SRID = 4326 # WGS84 - World
SURFACE_SRID = 4326 # WGS84 - World
ENCODING = "windows-1252"