ckan / ckanext-issues

CKAN Issues Extension
https://github.com/ckan/ideas-and-roadmap/issues/4
MIT License
14 stars 31 forks source link

TemplateNotFound #58

Closed m-sinclair closed 8 years ago

m-sinclair commented 8 years ago

I'm getting this error on CKAN 2.41 - TemplateNotFound: Template issues/dataset.html cannot be found

m-sinclair commented 8 years ago

So this worked by doing python develop but not via pip install

davidread commented 8 years ago

Neve use 'pip install' with ckan, always use 'pip install -e'. We're too lazy to add all the files to the manifest and -e works just fine afaict.

davidread commented 8 years ago

Thanks for the tip, I've fixed the readme.

m-sinclair commented 8 years ago

Thanks ᐧ

On Fri, Feb 5, 2016 at 2:03 AM, David Read notifications@github.com wrote:

Thanks for the tip, I've fixed the readme.

— Reply to this email directly or view it on GitHub https://github.com/ckan/ckanext-issues/issues/58#issuecomment-180281047.