Added more steps for buildbot pipeline.

This commit is contained in:
2019-10-07 17:21:16 +02:00
parent 51192ba3e1
commit 563c74c9e2
3 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
mkdir env/django
django-admin startproject main env/django

View File

@@ -0,0 +1 @@
cat base/console_scripts/django_project_config/additional_settings.py >> env/django/main/settings.py

View File

@@ -0,0 +1 @@
python env/django/manage.py test