ilikerobots / cookiecutter-vue-django

Vue 3 + Vite + Django with no compromises. Use Vue SFCs directly in Django Templates, DRF not required.
BSD 3-Clause "New" or "Revised" License
208 stars 24 forks source link

error on fresh project #87

Closed vic-cieslak closed 1 year ago

vic-cieslak commented 1 year ago

image

running with docker compose -f local.yml up

AMR1798 commented 1 year ago

check your INSTALLED_APPS list, see if django_vue_utilities is included. By default it was not included. Probably due to default settings provided by cookiecutter.

ilikerobots commented 1 year ago

check your INSTALLED_APPS list, see if django_vue_utilities is included. By default it was not included. Probably due to default settings provided by cookiecutter.

@AMR1798 thanks. I'll take a look tomorrow and get this fixed up

ilikerobots commented 1 year ago

@wiktorcie : Addressed in https://github.com/ilikerobots/cookiecutter-vue-django/commit/b5db3e025388c9b61ae96891a0401868a3b60447.

Let me know if any further problems.