Postgres: "auth_group" does not exist error in the testdatabase
Open
bug
- Dominant language
- HTML
- Stars
- 832
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
See this issue:
https://github.com/arocks/edge/issues/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',
```
)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.