[CHANGE] Comment

This commit is contained in:
Peter Pfeufer 2023-08-07 07:23:21 +02:00
parent 1563805ddb
commit 8fbe0ba45d
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -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 = [
] ]