Top "Django-1.7" questions

Django 1.7 is the version of the Django framework, released September 2014.

Django 1.7 - makemigrations not detecting changes

As the title says, I can't seem to get migrations working. The app was originally under 1.6, so I understand that …

python django django-1.7 django-migrations
How to simplify migrations in Django 1.7?

There are already similar questions for South, but I have started my project with Django 1.7 and am not using South. …

django django-migrations django-1.7
django 1.7 migrate gets error "table already exists"

I am trying to apply a migration but am getting the error: django.db.utils.OperationalError: (1050, "Table 'customers_customer' already …

django django-south django-1.7 django-migrations
Django 1.7 upgrade error: AppRegistryNotReady: Apps aren't loaded yet

I am trying to upgrade a project from Django 1.6 to 1.7. I get the following error: [Thu Oct 09 14:16:41 2014] [error] [client 95.79.172.156] mod_…

django django-1.7
How to resolve "django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: foo" in Django 1.7?

On upgrading to Django 1.7 I'm getting the following error message from ./manage.py $ ./manage.py Traceback (most recent call last): …

django django-1.7
How to add a new field to a model with new Django migrations?

I'm using the contribute_to_class method but I don't know how to create the field in the database with …

django django-models django-1.7 django-migrations
How to migrate back from initial migration in Django 1.7?

I created a new app with some models and now I noticed that some of the models are poorly thought …

python django django-1.7 django-migrations
django 1.7 migrations -- how do I clear all migrations and start over from scratch?

So I'm rapidly iterating on a django app at the moment and I'm constantly adjusting models.py. Over the course …

django database-migration django-south django-1.7 django-migrations
Django 1.7 upgrade error: AppRegistryNotReady: Models aren't loaded yet

I am trying to upgrade a project from Django 1.6 to 1.7. So far, I have created a new virtualenv with all …

django django-1.7
ProgrammingError: relation "django_session" does not exist error after installing Psycopg2

I started to develop a Django base web application. Everything were fine until I installed Psycopg2 for my database which …

python django psycopg2 django-1.7