django-inline-edit
django-inline-edit copied to clipboard
Installer bug: javascript missing when installed via pip
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.