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

Static content #9

Closed
krutaw opened this issue Feb 24, 2018 · 1 comment
Closed

Static content #9

krutaw opened this issue Feb 24, 2018 · 1 comment

Comments

@krutaw
Copy link
Owner

krutaw commented Feb 24, 2018

Create the static content to eliminate the rest_framework errors:

[24/Feb/2018 22:38:21] "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 304 0
[24/Feb/2018 22:38:21] "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 304 0
[24/Feb/2018 22:38:21] "GET /static/rest_framework/css/prettify.css HTTP/1.1" 304 0
[24/Feb/2018 22:38:21] "GET /static/rest_framework/css/default.css HTTP/1.1" 304 0
[24/Feb/2018 22:38:21] "GET /static/rest_framework/js/jquery-1.12.4.min.js HTTP/1.1" 304 0
[24/Feb/2018 22:38:21] "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 304 0
[24/Feb/2018 22:38:21] "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 304 0
[24/Feb/2018 22:38:21] "GET /static/rest_framework/js/csrf.js HTTP/1.1" 304 0
[24/Feb/2018 22:38:21] "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 304 0
[24/Feb/2018 22:38:21] "GET /static/rest_framework/js/default.js HTTP/1.1" 304 0

@krutaw
Copy link
Owner Author

krutaw commented Feb 24, 2018

Oops, it appears I had simply forgotten to python manage.py collectstatic. Closing.

@krutaw krutaw closed this as completed Feb 24, 2018
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

1 participant