Skip to content

Commit

Permalink
Added empty db to avoid initialization step and added my extreme set …
Browse files Browse the repository at this point in the history
…(that I don't recommend using but go nuts).
  • Loading branch information
jwasham committed Dec 22, 2016
1 parent 1b3eb17 commit acffe7e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea/
py3env/
__pycache__/
cards.db
config-personal.txt
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ It uses:

**I don’t recommend my flash card set.**

The set included in this project (cards-jwasham.db) is not my full set, and is way too big already.
The set included in this project (**cards-jwasham.db**) is not my full set, and is way too big already.

Thanks for asking for my list of 1,792 cards. But it’s too much. I even printed them out. It’s 50 pages, front and back, in tiny text. It would take about 8 hours to just read them all.

**If you look at my set, you’ll just get discouraged.**

My set includes a lot of obscure info from books I’ve read and machine learning knowledge.

I've added it to the project if you want it (**cards-jwasham-extreme.db**). You've been warned.

Please make your own set, and while you’re making them, only make cards for what you need to know. Otherwise, it gets out of hand.

Don't be like me.
Expand All @@ -56,13 +58,6 @@ Don't be like me.
sudo systemctl daemon-reload
```
1. When you see a login page, you're good to go.
1. Uncomment the commented block in `flash_cards.py`
1. Restart Flask. You have to use `sudo systemctl restart flash_cards`.
1. Hit the URL /initdb on your web server. You'll see a message that the
database has been initialized.
1. Comment that code again.
1. Restart Flask.
1. Go to / on your webserver.
1. Log in.
1. Click the "General" or "Code" button and make a card!
1. When you're ready to start memorizing, click either "General" or "Code"
Expand Down
Binary file added cards-jwasham-extreme.db
Binary file not shown.
Binary file added cards.db
Binary file not shown.

0 comments on commit acffe7e

Please sign in to comment.