We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f140b01 + 423f024 commit 2c4260fCopy full SHA for 2c4260f
README.rst
@@ -64,8 +64,14 @@ Quick start
64
logger.warning('My log')
65
logger.error('My log')
66
67
+6. Deploy static files by running the command
68
-6. Start the development server and visit http://127.0.0.1:8000/admin/log_viewer/
69
+::
70
+
71
+ python manage.py collectstatic
72
73
74
+7. Start the development server and visit http://127.0.0.1:8000/admin/log_viewer/
75
76
77
.. |pypi version| image:: https://img.shields.io/pypi/v/django-log-viewer.svg
0 commit comments