Re: Moving from Django 1.6 to 1.8 (relation "django_site" does not exist

2015-08-10 Thread TheBeardedTemplar
Thanks for the settings.py suggestion Gary - I did make various changes there prior to this post. I ended up resolving the issue by running makemigrations for every app individually, then migrating. Unfortunately I'm now running into trouble with my tests - I'm hitting the same errors for my te

Re: Moving from Django 1.6 to 1.8 (relation "django_site" does not exist

2015-08-10 Thread Gary Roach
On 08/10/2015 09:53 AM, TheBeardedTemplar wrote: Hello, I'm trying to move a fairly large site from Django 1.6.5 to Django 1.8.3. I'm also moving from sqlite3 to postgreSQL at the same time and I'm having trouble with the migrations. Here's what I've done so far: * Installed Django 1.8.3,