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

?: (urls.E006) The STATIC_URL setting must end with a slash. #1

Open
alexlitvinenko opened this issue Jul 23, 2018 · 4 comments
Open

Comments

@alexlitvinenko
Copy link

This issue happens if execute python manage.py migrate.
Trailing slash is missing at this line.
Should be ENV STATIC_URL "/static/"

@snehsingh2020
Copy link

thanks

@vikalpchaubey007
Copy link

Trailing slash is missing in settings.py file
line static urls
it should be like -->
STATIC_URL = '/static/'
MEDIA_URL = '/media/'

@Anu4ruby
Copy link

thanks

1 similar comment
@XEjb
Copy link

XEjb commented Oct 8, 2023

thanks

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

No branches or pull requests

5 participants