Closed TrinityChristiana closed 2 months ago
These will have breaking changes, so do the following:
Change to the dev branch
git checkout development
git pull origin development
db.sqlite3
rm db.sqlite3
pipenv install
python manage.py migrate
python manage.py createsuperuser --email admin@example.com --username admin
python manage.py loaddata counties intake_types inventory_items orders pencil_box_location_inventory_item_order pencil_box_location_inventory_item pencil_box_location schedule_item schools service_years teacher_schedule_item teachers
These will have breaking changes, so do the following:
Change to the dev branch
db.sqlite3
file