Fixing regenerate command (adding --purge option)
parent
09e5b20673
commit
9c580e0417
|
@ -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 rebuild_timeline
|
python manage.py --purge rebuild_timeline
|
||||||
|
|
Loading…
Reference in New Issue