Closed ahaselsteiner closed 6 years ago
It is good practice to not store any data base data in the repository.
Instead of having some example data in the db.sqlite3 we should seed the data base with a command that the developer types in the command line.
This is now implemented using data migration. Running python manage.py migrate also fills the data base with some initial data.
Done.
It is good practice to not store any data base data in the repository.
Instead of having some example data in the db.sqlite3 we should seed the data base with a command that the developer types in the command line.