Closed dhruvparamhans closed 7 years ago
This is presumably a very silly question but how can I use the cards that you have provided in the database cards-jwasham.db?
Is there a bit of code that I need to edit or dos it work out of the box?
For information, I am using the app locally via the python installation.
Thanks and cheers to you for the effort :)
You need to replace your cards.db with mine, and rename it to cards.db
To run locally, I replaced db/cards.db with cards-jwasham.db :
cp cards-jwasham.db db/cards.db
This is presumably a very silly question but how can I use the cards that you have provided in the database cards-jwasham.db?
Is there a bit of code that I need to edit or dos it work out of the box?
For information, I am using the app locally via the python installation.
Thanks and cheers to you for the effort :)