Re: makemigrations running for all apps defined in INSTALLED_APPS

2017-06-07 Thread Melvyn Sopacua
On Tuesday 06 June 2017 22:43:46 Priyanka Thakur wrote: > Nothing helps till now !! I'm going to guess, that marking a managed model as unmanaged, is a migration that needs to be done to keep a consistent migration history. So first, make only that change and make the migration for it. Then

Re: makemigrations running for all apps defined in INSTALLED_APPS

2017-06-06 Thread Priyanka Thakur
Nothing helps till now !! Thanks, Priyanka On Tuesday, 6 June 2017 12:22:00 UTC+5:30, Priyanka Thakur wrote: > > Hi, > > I am migrating from Django 1.7.4 to Django 1.10.0 and is facing issue > while running migrations. > > I am running the comand : python manage.py makemigrations > >

Re: makemigrations running for all apps defined in INSTALLED_APPS

2017-06-06 Thread Daniel Roseman
On Tuesday, 6 June 2017 07:52:00 UTC+1, Priyanka Thakur wrote: > > Hi, > > I am migrating from Django 1.7.4 to Django 1.10.0 and is facing issue > while running migrations. > > I am running the comand : python manage.py makemigrations > > Scenario, is that we araccessing model from Oracle

makemigrations running for all apps defined in INSTALLED_APPS

2017-06-06 Thread Priyanka Thakur
Hi, I am migrating from Django 1.7.4 to Django 1.10.0 and is facing issue while running migrations. I am running the comand : python manage.py makemigrations Scenario, is that we araccessing model from Oracle database, for which I don't have read/write permissions and i had to change the