diff options
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 |
commit | 44331719a2adb1f5469020525607741342ddacfa (patch) | |
tree | 331b1c96972725063fc8e4aa3008d460db15fa19 /example_project/settings.py | |
parent | 094fe62c11afbfbb87af0c320935f816ef8a758e (diff) | |
download | Ishtar-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.py | 1 |
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" |