spacenews icon indicating copy to clipboard operation
spacenews copied to clipboard

Update Documentation

Open Cally99 opened this issue 6 years ago • 2 comments

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 avatar Nov 22 '18 20:11 Cally99

I found my problem. All four commands listed in the readme have to be run in the same window/path

Cally99 avatar Nov 27 '18 02:11 Cally99

Any updated coming to this repo? Would be really interesting :)

ux-engineer avatar Apr 02 '19 12:04 ux-engineer