Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
75f321a9
Commit
75f321a9
authored
Aug 31, 2014
by
Chris Reffett
Browse files
Remove STATICFILES_DIRS entry, causes an error due to duplicating STATIC_ROOT
parent
27088b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/settings/settings.py.template
View file @
75f321a9
...
...
@@ -38,7 +38,6 @@ MEDIAFILES_DIRS = (
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
STATICFILES_DIRS = (
'static/',
)
STATICFILES_FINDERS = (
...
...
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