-
Notifications
You must be signed in to change notification settings - Fork 8
Unable to run Migrations #34
Comments
I'm extremely sorry that I didn't follow up on this. Are you still planning to work on this? |
I would love to if you can get me started here! Maybe small contributions once in a while! Is the main repo link here itself or do we have another main repository somewhere else? |
Hi @salman-bhai, This is the main repository. Sorry for the delay in response 😓 Btw, this error is a virtualenv issue, I think. Once you setup virtualenv, before running migrations, you have to goto |
Hi, I did the above steps and fixed the import errors (Django 2.0 related) shown in all the files. Now I'm facing another issue and am still unable to run migrate.
|
Hi @rohit-mp, |
I checked again and pip install fails for few tools All of them had the same error as this one below
Running pip install as sudo installed those tools but with a different command:
I'm not sure what
The Django version mentioned in |
Can you confirm whether you are using a |
Yes, I was running a virtualenv but I think I might've upgraded the django
version the first time I encountered these issues. I'll check it and let
you know.
…On Wed 13 Feb, 2019, 2:22 PM Abhijith Anilkumar ***@***.*** wrote:
Can you confirm whether you are using a virtualenv? Looks like you have
multiple django versions in your system, causing an error. Please work with
a virtualenv, and run the installation and post any error that you find.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ae3bz5xnbYB0dvQJMjYmYk9lzg4dAJE1ks5vM9I3gaJpZM4RMhyA>
.
|
Hi, I tried setting up the project and set up the virtual environment and activated it as well. However when I try to run migrations I get the following errors.
I did try to Google this up and came upon this link
Tried changing the appstore/settings/base.py file from
to
but got the following error.
Let me know how we can solve this error!
The text was updated successfully, but these errors were encountered: