stellar/django-polaris

Missing static scripts

Closed this issue · 3 comments

Seems like static/polaris/scripts is missing from the repository? It's being used by base.html though:
test

Seems like it's just missing when installed via pip. It's in the source code but not in python3.9/site-packages/polaris

How to reproduce:

  • Create a new clean virtual environment
  • Activate virtual environment
  • pip install django-polaris==2.0.0
  • go to virtualenv directory and look for site-packages/polaris
  • scripts dir is missing from static/polaris

Ah, I need to add the scripts directory to the MANIFEST.in file which is what specifies which static files to include in the packaged source code.