Skip to content

Commit 2c4260f

Browse files
authored
Merge pull request #3 from squio/patch-1
Add step 'collectstatic'
2 parents f140b01 + 423f024 commit 2c4260f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,14 @@ Quick start
6464
logger.warning('My log')
6565
logger.error('My log')
6666

67+
6. Deploy static files by running the command
6768

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/
6975

7076

7177
.. |pypi version| image:: https://img.shields.io/pypi/v/django-log-viewer.svg

0 commit comments

Comments
 (0)