yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 44 forks source link

Missing static files from django-olwidget #88

Closed etoews closed 12 years ago

etoews commented 12 years ago
  1. pip install django-olwidget

Downloading/unpacking django-olwidget Downloading django-olwidget-0.47.tar.gz Running setup.py egg_info for package django-olwidget

Installing collected packages: django-olwidget Running setup.py install for django-olwidget

Successfully installed django-olwidget Cleaning up...

  1. ls /usr/local/lib/python2.7/dist-packages/olwidget

admin.py fields.py forms.py init.py models.py templates/ tests.py utils.py widgets.py

The static/ directory is missing.

The workaround is to just grab it from github but it should be included in the package.