You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,7 +22,7 @@ Get set up locally in two steps:
22
22
23
23
Replace the values in **.env.example** with your values and rename this file to **.env**:
24
24
25
-
*`FLASK_APP`: Entry point of your application; should be `wsgi.py`.
25
+
*`FLASK_APP`: Entry point of your application; should be `main.py`.
26
26
*`FLASK_DEBUG`: Toggle debug mode on (`True`) or off (`False`).
27
27
*`SECRET_KEY`: Randomly generated string of characters used to encrypt your app's data.
28
28
*`SQLALCHEMY_DATABASE_URI`: Connection URI of a SQL database.
@@ -46,4 +46,4 @@ make deploy
46
46
47
47
-----
48
48
49
-
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.
49
+
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.
0 commit comments