christopherchoe / lastmanstanding

A web application that handles the work of running a Last Man Standing Football pool!
0 stars 0 forks source link

error flask.cli.NoAppException #1

Open jayo2005 opened 5 years ago

jayo2005 commented 5 years ago

When I run I get

flask.cli.NoAppException
flask.cli.NoAppException: While importing "root.app", an ImportError was raised:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/flask/cli.py", line 240, in locate_app
    __import__(module_name)
  File "/root/app.py", line 2, in <module>
    from templates import app
ModuleNotFoundError: No module named 'templates'
christopherchoe commented 5 years ago

Sorry about that! This application is super unfinished still, going to try and get it up an running in a couple weeks before I start work. Thanks for bringing it up!