agusmakmun / django-log-viewer

Django Log Viewer allows you to read & download log files in the admin page
https://pypi.org/project/django-log-viewer/
MIT License
74 stars 30 forks source link

Quick start: add 'collectstatic' step #2

Closed squio closed 5 years ago

squio commented 5 years ago

This one took me way too long to realize, only after inspecting the Network console in Firefox I found that static files were missing from the deployment and returning a 404 for each request.

Add step python manage.py collectstatic to the quickstart instructions