Improve docs

This commit is contained in:
Mira Weller
2024-04-30 21:49:58 +02:00
parent 37208286b1
commit e5cbaa9246
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -211,5 +211,14 @@ with the documentation a lot, you might find it useful to use sphinx-autobuild::
Then, go to http://localhost:8081 for a version of the documentation that automatically re-builds
whenever you change a source file.
Working with frontend assets
----------------------------
To update the frontent styles, run the following commands inside your virtual environment.::
python -m pretix collectstatic --noinput
python -m pretix updatestyles
.. _Django's documentation: https://docs.djangoproject.com/en/1.11/ref/django-admin/#runserver
.. _pretixdroid: https://github.com/pretix/pretixdroid