Add public routes feature

This commit is contained in:
Erik Kalkoken
2023-08-01 10:20:13 +00:00
committed by Ariel Rin
parent 08fd86db8f
commit 7cb7e2c77b
8 changed files with 269 additions and 55 deletions

View File

@@ -32,6 +32,10 @@ INSTALLED_APPS += [
# To change the logging level for extensions, uncomment the following line.
# LOGGING['handlers']['extension_file']['level'] = 'DEBUG'
# By default apps are prevented from having public views for security reasons.
# If you want to allow specific apps to have public views
# you can put there names here (same name as in INSTALLED_APPS):
APPS_WITH_PUBLIC_VIEWS = []
# Enter credentials to use MySQL/MariaDB. Comment out to use sqlite3
DATABASES['default'] = {