Remove dummy data from release tasks

This commit is contained in:
Ramon Wenger 2018-10-17 14:48:45 +02:00
parent 13a9812ba0
commit cf2cdb0144
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
python server/manage.py migrate --no-input
# create dummy data
python server/manage.py dummy_data
# python server/manage.py dummy_data
# clear cache
python server/manage.py clear_cache