krisfields / django-baker

Adds a management command that generates views, forms, urls, admin, and templates based off the contents of models.py
BSD 3-Clause "New" or "Revised" License
389 stars 51 forks source link

TemplateDoesNotExist error #23

Open staskh opened 5 years ago

staskh commented 5 years ago

HI,

I'm getting TemplateDoesNotExist error (running locale on MacOs).

Template loader postmortem report that it looked into django.template.loaders.app_directories.Loader: /anaconda3/lib/python3.6/site-packages/django_baker/templates/base.html

while pip install put templates into /anaconda3/lib/python3.6/site-packages/django_baker/templates/django_baker/