devinshende / challenge-tracker

Website to track challenge times for obstacles at nwninjapark in springfield, OR
https://ninjapark-tracker.herokuapp.com
1 stars 0 forks source link

save challenges to database #12

Closed devinshende closed 5 years ago

devinshende commented 5 years ago

challenges variable should be saved to a file in database folder so that it saves challenge info entered by users when not running the same application

devinshende commented 5 years ago

Because challenges uses Entry() objects and Entry() objects use datetime objects, I had to do this using a pickle file instead of a txt file which means that challenges.pickle isn't treated the same as other database files. But it is completed properly