The --initialise argument clears the database and uploads basic data from the included csv files in the data/init folder.
The code does not provide for migrations which allow the database structure to be automatically managed and changes across versions. These should be implemented to provide a more robust way of initialising the database and allowing changes to the database to be rolled back.
The
--initialise
argument clears the database and uploads basic data from the included csv files in the data/init folder.The code does not provide for migrations which allow the database structure to be automatically managed and changes across versions. These should be implemented to provide a more robust way of initialising the database and allowing changes to the database to be rolled back.