Closed louisgv closed 6 years ago
Not able to replicate your error. What os and docker version?
@louisgv Seeing relation "images_imageseries" does not exist
indicates to me that this table is not found at all, which means that the command which migrates the database up to the present schema (python manage.py migrate
) was not run.
What were the exact commands you ran to get an interactive shell?
@isms I came across a similar error doing the steps and I fixed it with
$ docker-compose -f local.yml run interface python manage.py makemigrations
$ docker-compose -f local.yml run interface python manage.py migrate
@isms sorry for the late respond. Finals' been drowning me lately :p... I'm pretty sure I used the exact command in the tutorial. I did it before and it worked, but after several pull, it just stopped working.
@musale I will give that a try
@louisgv any luck?
Closing as norepro
I'm trying to importing some nodule data to test with the interface. Following this guide: https://github.com/concept-to-clinic/concept-to-clinic/issues/149#issuecomment-335625985
Expected Behavior
I should be able to run this in the console:
Without seeing any error
Current Behavior
The following error was thrown:
Possible Solution
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
Checklist before submitting
local.yml
configuration and ensured that I built the containers again and they reflect the most recent version of the project at theHEAD
commit on themaster
branch