django-cms / djangocms-history

Provides undo/redo functionality for django CMS operations
https://www.django-cms.org
Other
28 stars 13 forks source link

Template files are not installed by pip install #6

Closed FabriceSalvaire closed 7 years ago

FabriceSalvaire commented 7 years ago

Django CMS cpmplains about missing templates/djangocms_history/toolbar/ajax_button.html

czpython commented 7 years ago

Hello, did you add djangocms_history to your INSTALLED_APPS?

FabriceSalvaire commented 7 years ago

yes and I verified this file is missing in my virtual env. setup.py need an explicit instruction to install html files.

czpython commented 7 years ago

Strange.. can you post the exact command used to install this?

FabriceSalvaire commented 7 years ago

pip install git+git://github.com/divio/djangocms-history#egg=djangocms-history

czpython commented 7 years ago

Thanks for this. It's been fixed on master branch.