arocks / arocks/edge

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

Open
#44 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.