fixing initial

This commit is contained in:
Cayo Puigdefabregas 2021-02-12 15:08:16 +01:00
parent 2d1cd175ee
commit b05481c662
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ sudo pip3 install -e .
django-admin.py startproject panel --template="orchestra/conf/ribaguifi_template"
cp .env.example panel/.env
python3 manage.py migrate
python3 panel/manage.py migrate