mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
[CHANGE] Comment
This commit is contained in:
parent
1563805ddb
commit
8fbe0ba45d
@ -33,12 +33,9 @@ INSTALLED_APPS += [
|
|||||||
# 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,
|
# To allow specific apps to have public views, add them to APPS_WITH_PUBLIC_VIEWS
|
||||||
# you can put their names here (same name as in INSTALLED_APPS).
|
|
||||||
#
|
|
||||||
# Note:
|
|
||||||
# » The format is the same as in INSTALLED_APPS
|
# » The format is the same as in INSTALLED_APPS
|
||||||
# » The app developer must explicitly allow public views for his app
|
# » The app developer must also explicitly allow public views for their app
|
||||||
APPS_WITH_PUBLIC_VIEWS = [
|
APPS_WITH_PUBLIC_VIEWS = [
|
||||||
|
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user