Closed yuriiz closed 8 years ago
Hi @yuriiz,
Based on what you've pasted, you actually did not run env CCHQ_IS_FRESH_INSTALL=1 ./manage.py migrate --noinput
, but rather ./manage.py migrate
. Also, if you look closely those two error messages are slightly different.
Setting up a dev environment locally can be tough. I'd also recommend taking a look at our docker setup: https://github.com/dimagi/commcare-hq/tree/master/docker
Yes, running env CCHQ_IS_FRESH_INSTALL=1 ./manage.py migrate --noinput
again made this migration pass. Perhaps exception description could be changed to be not misleading.
Glad it worked out. Agree the message could be better
After following instructions from https://github.com/dimagi/commcare-hq/blob/master/README.md running
Fails with:
but running
does not fix the issue: