Update Documentation
Opened this issue · 2 comments
Cally99 commented
Hi there,
Thanks for taking the time to build a django nuxt app. I'm having an issue running docker.
When I try to run docker-compose exec django bash
I get this instance
root@26a70a2b4cc4:/app#
But when I try to migrate I get this error
return self._cursor()
File "/Users/mac/PycharmProjects/spacenews/venv/lib/python3.6/site-packages/django/db/backends/dummy/base.py", line 20, in complain
raise ImproperlyConfigured("settings.DATABASES is improperly configured. "
django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
(venv) macs-MBP:spacenews mac$>
I see there's docker compose files in the backend aswell as project root directory and in the frontend nuxt app.
Can you please update the documentation to elaborate more on running the docker compose files?
Thanks
Cally99 commented
I found my problem. All four commands listed in the readme have to be run in the same window/path
ux-engineer commented
Any updated coming to this repo? Would be really interesting :)