Skip to content

Commit

Permalink
fixed typo 'wsgy.py' to 'wsgi.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkohl committed Nov 14, 2016
1 parent 83335f9 commit a96e091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ It uses:
for your site. There is only one user - you.
1. Follow this long tutorial to get Flask running. It was way more work than it should be:
https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-16-04
- `wsgy.py` is the entry point. It calls `flash_cards.py`
- `wsgi.py` is the entry point. It calls `flash_cards.py`
- This is my systemd file `/etc/systemd/system/flash_cards.service`: [view](flash_cards.service)
- you can see the paths where I installed it, and the name of my virtualenv directory
- when done with tutorial:
Expand Down

0 comments on commit a96e091

Please sign in to comment.