gtalarico / django-vue-template

Django Rest + Vue JS Template
https://django-vue-template-demo.herokuapp.com/
MIT License
1.58k stars 406 forks source link

TemplateDoesNotExist at #65

Closed rick020 closed 4 years ago

rick020 commented 4 years ago

After completing the installation I'm running the following command python manage.py runserver All the urls paths are working except path('', index_view, name='index') This results in a TemplateDoesNotExist error. What am I doing wrong here?

zhimiaoli commented 4 years ago

run yarn build first to generate template files.