Changes
Page history
Update Installation Scratchbook
authored
Jun 08, 2022
by
Martin Pollet
Hide whitespace changes
Inline
Side-by-side
Installation-Scratchbook.md
View page @
6c068046
...
@@ -16,6 +16,7 @@ python3 -m venv venv
...
@@ -16,6 +16,7 @@ python3 -m venv venv
source ~/venv/bin/activate
source ~/venv/bin/activate
pip install -r ~/xibo-booking-system/requirements.txt
pip install -r ~/xibo-booking-system/requirements.txt
cd ~/xibo-booking-system/src
cd ~/xibo-booking-system/src
mkdir ../log
python manage.py makemigrations booking_system
python manage.py makemigrations booking_system
python manage.py migrate
python manage.py migrate
python manage.py loaddata */fixtures/*.json
python manage.py loaddata */fixtures/*.json
...
...
...
...