FRC5892 / HeroHours

Team 5892's attendance solution
1 stars 4 forks source link

dump from the old db to the new one when deployed #20

Closed yyy2356 closed 1 month ago

yyy2356 commented 1 month ago

to deploy to a new app, some changes will need to be made. then dump the data from the current db (my personal heroku acc) to the db connected to the actual app. we can use my personal db and app for all testing/development after we do this, which will essentially fix issue #19. add to procfile: heroku run python manage.py makemigrations heroku run python manage.py migrate

yyy2356 commented 1 month ago

done by @MichaelStatt-S. Old db is now used for development/testing. Exclusive DB is used for the real deployment