diff --git a/.gitignore b/.gitignore index 56f51db..3edc802 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .idea/ py3env/ __pycache__/ -cards.db config-personal.txt diff --git a/README.md b/README.md index 7c9fffe..6bf919f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 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. @@ -36,6 +36,8 @@ Thanks for asking for my list of 1,792 cards. But it’s too much. I even printe 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. @@ -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" diff --git a/cards-jwasham-extreme.db b/cards-jwasham-extreme.db new file mode 100644 index 0000000..e89d96d Binary files /dev/null and b/cards-jwasham-extreme.db differ diff --git a/cards.db b/cards.db new file mode 100644 index 0000000..09926f6 Binary files /dev/null and b/cards.db differ