Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

can't create project; can't login use admin #5

Open
jeffery9 opened this issue Nov 18, 2020 · 1 comment
Open

can't create project; can't login use admin #5

jeffery9 opened this issue Nov 18, 2020 · 1 comment

Comments

@jeffery9
Copy link

startup cluster use docker-compose.advanced.yml and set PUBLIC_REGISTER_ENABLED = True, can register user and login, but can't create project, and default user admin can't login.

login into postgres container, found that there have not exists admin account in user table.

solution is :

  1. run python manage.py loaddata --initial-users to import admin users
  2. run python manage.py loaddata --initial-project-templates to import project templates
@lubo
Copy link

lubo commented Dec 5, 2020

Hi @jeffery9. Please, see devinsolutions#7 (comment).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants