malj / django-parcel-ssr

Django server side rendering, powered by Parcel bundler
31 stars 7 forks source link

add missing import to settings.py example #5

Closed nerdoc closed 3 years ago

malj commented 3 years ago

Thanks for the PR!

os module used to be imported by default in Django settings, but it seems that the newer versions use pathlib instead. I'll update all the docs and examples in the next release after revising the API, not just VueJS.