Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
831b3eb9
Commit
831b3eb9
authored
May 29, 2019
by
Bruno Martin
Browse files
remove duplicated staticfiles finder
parent
0e06b4cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
config/settings/base.py
config/settings/base.py
+1
-6
No files found.
config/settings/base.py
View file @
831b3eb9
...
...
@@ -242,6 +242,7 @@ STATICFILES_DIRS = [
STATICFILES_FINDERS
=
[
'django.contrib.staticfiles.finders.FileSystemFinder'
,
'django.contrib.staticfiles.finders.AppDirectoriesFinder'
,
'compressor.finders.CompressorFinder'
,
]
# MEDIA CONFIGURATION
...
...
@@ -415,12 +416,6 @@ YOUTUBE_API_KEY = env.str('YOUTUBE_API_KEY', '')
# [legacy] Django compressor stuff
COMPRESS_OFFLINE
=
True
STATICFILES_FINDERS
=
[
'django.contrib.staticfiles.finders.FileSystemFinder'
,
'django.contrib.staticfiles.finders.AppDirectoriesFinder'
,
'compressor.finders.CompressorFinder'
,
]
COMPRESS_PRECOMPILERS
=
(
(
'text/x-scss'
,
'django_libsass.SassCompiler'
),
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment