Re: Django error: migrations not working

2016-02-18 Thread Daniel Roseman
On Thursday, 18 February 2016 12:14:54 UTC, Jasleen Kaur wrote: > > I am unable to do any migrations in any django project. Need help. > > $python manage.py makemigrations > No changes detected > > $django-admin check > ... > ... > django.core.exceptions.ImproperlyConfigured: Requested setting > DA

Django error: migrations not working

2016-02-18 Thread Jasleen Kaur
I am unable to do any migrations in any django project. Need help. $python manage.py makemigrations No changes detected $django-admin check ... ... django.core.exceptions.ImproperlyConfigured: Requested setting DATABASES, but settings are not configured. You must either define the environment var