Apply suggestions from code review

Co-authored-by: Richard Schreiber <schreiber@rami.io>
Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
Mira
2024-04-30 19:47:11 +02:00
committed by Mira Weller
parent 5294d819a9
commit 4c793076b7
5 changed files with 6 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ Time machine mode
In test mode, pretix provides a "time machine" feature which allows event organizers
to test their shop as if it were a different date and time. To enable this feature, they can
click on the clock icon in the test mode warning box.
click on the "time machine"-link in the test mode warning box on the event page.
Internally, this time machine mode is implemented by calling our custom :py:meth:`time_machine_now()`
function instead of :py:meth:`django.utils.timezone.now()` in all places where the fake time should be

View File

@@ -214,7 +214,8 @@ whenever you change a source file.
Working with frontend assets
----------------------------
To update the frontent styles, run the following commands inside your virtual environment.::
To update the frontend styles of shops with a custom styling, run the following commands inside
your virtual environment.::
python -m pretix collectstatic --noinput
python -m pretix updatestyles