FIX: corrected paths within CI/CD chain
Some checks failed
buildbot/tox Build done.
buildbot/django-dav-events-install Build done.

This commit is contained in:
2020-04-23 12:33:51 +02:00
parent 69a8b0c003
commit 8386431238
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
python manage.py collectstatic --no-input
python env/django/manage.py collectstatic --no-input

View File

@@ -1 +1 @@
touch conf/wsgi.py
touch env/django/main/wsgi.py