Fixing regenerate command (adding --purge option)
parent
9c580e0417
commit
7cb0b2b237
|
@ -19,4 +19,4 @@ python manage.py loaddata initial_role --traceback
|
||||||
echo "-> Generate sample data"
|
echo "-> Generate sample data"
|
||||||
python manage.py sample_data --traceback
|
python manage.py sample_data --traceback
|
||||||
echo "-> Rebuilding timeline"
|
echo "-> Rebuilding timeline"
|
||||||
python manage.py --purge rebuild_timeline
|
python manage.py rebuild_timeline --purge
|
||||||
|
|
Loading…
Reference in New Issue