Remove dummy data from release tasks
This commit is contained in:
parent
13a9812ba0
commit
cf2cdb0144
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue