settings: remove default STATICFILES_DIRS (fixes #28667)

This commit is contained in:
Benjamin Dauvergne 2018-12-06 09:59:14 +01:00
parent bf734f0064
commit 07d1fc82b1
1 changed files with 0 additions and 2 deletions

View File

@ -101,8 +101,6 @@ MIDDLEWARE_CLASSES = plugins.register_plugins_middleware(MIDDLEWARE_CLASSES)
ROOT_URLCONF = 'authentic2.urls'
STATICFILES_DIRS = (os.path.join(BASE_DIR, 'static'),)
STATICFILES_FINDERS = list(global_settings.STATICFILES_FINDERS) + ['gadjo.finders.XStaticFinder']
LOCALE_PATHS = ( os.path.join(BASE_DIR, 'locale'), )