You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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 variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
Daniel Roseman
unread,
Feb 18, 2016, 7:21:48 AM2/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
What exact problem do you think you have here? Your first message tells you that you have no changes that need migrations. The second is completely irrelevant; if you wanted to validate things you should run manage.py check, but it has no relationship with migrations at all.