Implement optional registration

This commit is contained in:
Sascha Ißbrücker
2019-12-24 13:31:55 +01:00
parent a1bfb2c711
commit 1896a8136e
12 changed files with 94 additions and 21 deletions

View File

@@ -141,3 +141,6 @@ STATICFILES_FINDERS = [
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'bookmarks', 'styles'),
]
# Registration switch
ALLOW_REGISTRATION = False