Restructured everything.

This commit is contained in:
2019-10-08 14:50:10 +02:00
parent 5336de4959
commit 587c2849b6
46 changed files with 102 additions and 328 deletions

View File

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

1
.buildbot/test/02-setup Normal file
View File

@@ -0,0 +1 @@
python bin/setup.py

View File

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

View File

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