Oct-06-2017, 02:21 AM
Quote:note the chain of imports: from thermos import app ->__init__.py -> views.py and there on line 10 you have @app.route('/index').
How do I resolve this to avoid this cyclic import because I noticed when I move manage.py into the thermos package it ran.Is there a way to make manage.py stand alone and avoid cyclic import problem as well.Thats what am trying to do.Any suggestion will be appreciated.