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

remove unused public folder #53

Closed pawl closed 4 years ago

pawl commented 4 years ago

The public/ folder doesn't appear to be used. Django seems to be serving the index.html from dist/ (not the one from public/ like the readme says).

I went ahead and removed the public/ folder and updated the readme.

gtalarico commented 4 years ago

dist is not git commited and is created during vue build using content of public folder. If you deleted there won't be a source index.html to created the one you see in dist