I need to run python manage.py createinitialfieldhistory inside provision script during launch, so every time I deploy it creates new values for already tracked fields, which I don't think is necessary.
Is it possible for this command to omit already tracked objects? Thanks.
I need to run
python manage.py createinitialfieldhistory
inside provision script during launch, so every time I deploy it creates new values for already tracked fields, which I don't think is necessary.Is it possible for this command to omit already tracked objects? Thanks.