Update developer guide

This commit is contained in:
Raphael Michel
2023-04-25 10:04:05 +02:00
parent 4ef96b7e94
commit 386e658d0b
+1 -1
View File
@@ -58,11 +58,11 @@ If you do not have a recent installation of ``nodejs``, install it now::
To make sure it is on your path variable, close and reopen your terminal. Now, install the Python-level dependencies of pretix::
cd src/
pip3 install -e ".[dev]"
Next, you need to copy the SCSS files from the source folder to the STATIC_ROOT directory::
cd src/
python manage.py collectstatic --noinput
Then, create the local database::