Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
musicformellons opened this issue Sep 1, 2015 · 1 comment
Labels

Comments

@musicformellons
Copy link

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',

)

@arocks
Copy link
Owner

arocks commented Dec 13, 2015

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

@arocks arocks added the bug label Dec 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants