We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to upload cards from csv formatted to specs (front, back, notes columns only and in that order).
Affected files: /decks/cards/index.html (route: /decks/<deck_id>/) /cards.py
Add unit test for this additional method to: /tests/test_cards.py /tests/test_db.py
https://medevel.com/flask-tutorial-upload-csv-file-and-insert-rows-into-the-database/
The text was updated successfully, but these errors were encountered:
tyknkd
No branches or pull requests
Add option to upload cards from csv formatted to specs (front, back, notes columns only and in that order).
Affected files:
/decks/cards/index.html (route: /decks/<deck_id>/)
/cards.py
Add unit test for this additional method to:
/tests/test_cards.py
/tests/test_db.py
https://medevel.com/flask-tutorial-upload-csv-file-and-insert-rows-into-the-database/
The text was updated successfully, but these errors were encountered: