lingthio / Flask-User-starter-app

BSD 2-Clause "Simplified" License
337 stars 156 forks source link

Typo in Readme #26

Open TheJimFactor opened 7 years ago

TheJimFactor commented 7 years ago

Edit ~/dev/my_app/app/env_settings.py.

Should be:

Edit ~/dev/my_app/app/local_settings.py

There isn't an env_settings.py file in the project and the user was just asked to copy to local_settings.py Maybe the intended is to reference local_settings.py and edit that?