Closed will-moore closed 1 year ago
With and without this PR
ls /Users/jmarie/opt/anaconda3/envs/test_manifest/lib/python3.8/site-packages/minimal_webapp/
__init__.py __pycache__ urls.py views.py
i.e. no templates
folder
Just tested
pip install git+https://github.com/will-moore/omero-web-apps-examples.git@manifest#subdirectory=minimal-webapp
Same result as @jburel -
ls /Users/wmoore/opt/anaconda3/envs/omeroweb2/lib/python3.9/site-packages/minimal_webapp/
__init__.py __pycache__ urls.py views.py
No templates folder.
Add missing MANIFEST.in, similar to other webapps, required to include templates etc in the python build. See https://forum.image.sc/t/omero-web-app-development/67512
To test:
Then check that
path/to/site-packages/minimal_webapp
should containminimal_webapp/templates/minimal_webapp/index.html