ilikerobots/cookiecutter-vue-django

error on fresh project

vic-cieslak opened this issue · 3 comments

image

running with docker compose -f local.yml up

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.

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

@wiktorcie : Addressed in b5db3e0.

Let me know if any further problems.