Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid non existing STATIC_ROOT #163

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

igorcc
Copy link

@igorcc igorcc commented Aug 29, 2018

When Django DEBUG mode is on, I get an error because in the debug mode there is no STATIC_ROOT setting.
In the proposed changes I made a workaround of this issue.

When Django DEBUG mode is on, I get an error because in the debug mode there is no STATIC_ROOT setting.
In the proposed changes I made a workaround of this issue.
If staticfiles_dirs is empty then return ''
@maxpeterson
Copy link
Member

Any reason not to set STATIC_ROOT while DEBUG = True?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants