We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What did I do? python manage.py collectstatic
What I expected to see: The static files to be collected, and images seen on the website locally.
What I saw: An error that said STATIC_ROOT needs to be configured (will update with more information soon.)
Take a look at https://docs.djangoproject.com/en/2.1/howto/static-files/
The text was updated successfully, but these errors were encountered:
@dgmouris, any update on this issue? I have an issue with static files in the admin dashboard. Could this be related to this issue?
Sorry, something went wrong.
No branches or pull requests
What did I do?
python manage.py collectstatic
What I expected to see:
The static files to be collected, and images seen on the website locally.
What I saw:
An error that said STATIC_ROOT needs to be configured (will update with more information soon.)
Take a look at
https://docs.djangoproject.com/en/2.1/howto/static-files/
The text was updated successfully, but these errors were encountered: