django-inline-edit icon indicating copy to clipboard operation
django-inline-edit copied to clipboard

Installer bug: javascript missing when installed via pip

Open snoepkast opened this issue 13 years ago • 0 comments

I couldn't find this package on Pypi so I installed it via:

pip install git+git://github.com/gabrielgrant/django-inline-edit.git

Problem with this though is that the static files are not installed, they are completely missing after the installation. I don't know if this is pip related or a misconfiguration in the setup.py but it needs to be fixed if people want to use it on for example Heroku.

snoepkast avatar Apr 24 '12 09:04 snoepkast