arocks / edge

A Django project skeleton that is modern and cutting edge.

Home Page:http://django-edge.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgres: "auth_group" does not exist error in the testdatabase

musicformellons opened this issue · comments

See this issue:
#35

My current app order in settings/base.py:
INSTALLED_APPS = (
'django.contrib.auth',
'django_admin_bootstrapped',
'django.contrib.admin',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',

'authtools',
'crispy_forms',
'easy_thumbnails',

'profiles',
'accounts',

)

Could you try the workaround for Issue #35 mentioned by @ethanfrey ?