NTX-McGill / NeuroTechX-McGill-2021

Other
16 stars 5 forks source link

Parth/flask commands #111

Closed gupta-parth closed 2 years ago

gupta-parth commented 2 years ago

Changed the clear_database.py file to commands.py file so that we can add additional custom commands in the future if need be. Also changed the blueprint name to commands.

Usage: To clear the database, flask commands cleardb

mlej8 commented 2 years ago

lgtm @gupta-parth, squash and merge the feature once the you are done reviewing the comments ^

gupta-parth commented 2 years ago

Thanks for the suggestions, code has been updated.