krutaw / Playbook

Playbook is a workflow engine for performing various tasks from the perspective of the NOC (Network Operations Center) team's perspective.
MIT License
2 stars 0 forks source link

Static content #9

Closed krutaw closed 6 years ago

krutaw commented 6 years ago

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 commented 6 years ago

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