Use django-admin instead orchestra-admin

This commit is contained in:
Santiago L 2021-01-06 08:49:50 +01:00
parent 2fc7759bd4
commit 1039bb1538
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics
- name: Run Tests - name: Run Tests
run: | run: |
orchestra-admin startproject panel # orchestra-admin startproject panel
django-admin.py startproject panel --template=orchestra/conf/project_template -v3
python panel/manage.py test orchestra --noinput -v3 python panel/manage.py test orchestra --noinput -v3
env: env: