lucuma/Shake

In the skeleton application, the insertion of the bundles in the PATH comes too late

Closed this issue · 0 comments

In manage.py, of the skeleton application

sys.path.insert(1, bundles_path)

must come before

from app.app import app

to be useful. Otherwise, the bundles imports fail.