mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
[FIX] Better explanation in local.py
project template
This commit is contained in:
parent
7290eaad7e
commit
32128ace1c
@ -32,10 +32,16 @@ INSTALLED_APPS += [
|
|||||||
# To change the logging level for extensions, uncomment the following line.
|
# To change the logging level for extensions, uncomment the following line.
|
||||||
# LOGGING['handlers']['extension_file']['level'] = 'DEBUG'
|
# LOGGING['handlers']['extension_file']['level'] = 'DEBUG'
|
||||||
|
|
||||||
# By default apps are prevented from having public views for security reasons.
|
# By default, apps are prevented from having public views for security reasons.
|
||||||
# If you want to allow specific apps to have public views
|
# If you want to allow specific apps to have public views,
|
||||||
# you can put there names here (same name as in INSTALLED_APPS):
|
# you can put their names here (same name as in INSTALLED_APPS).
|
||||||
APPS_WITH_PUBLIC_VIEWS = []
|
#
|
||||||
|
# Note:
|
||||||
|
# » The format is the same as in INSTALLED_APPS
|
||||||
|
# » The app developer must explicitly allow public views for his app
|
||||||
|
APPS_WITH_PUBLIC_VIEWS = [
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
# Enter credentials to use MySQL/MariaDB. Comment out to use sqlite3
|
# Enter credentials to use MySQL/MariaDB. Comment out to use sqlite3
|
||||||
DATABASES['default'] = {
|
DATABASES['default'] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user