mirror of https://github.com/doccano/doccano.git
Browse Source
We want to allow the admin to choose wether the users can signin in by themselves, or if only the admin can do it. We will later implement it in the python code Here we have to modify - docker-compose.yml : add the env ALLOW_SIGNUP Note: I am not sure if it's True or "True" Note: we could have put it inside the Dockerfile instead of docker-compose, it doesn't matter. - settings.py : Here we make the env variable available to the python app - app.json : that's for the heroku deployment. we simply describe to heroku that we have an env variablepull/250/head
Guillim
5 years ago
3 changed files with 9 additions and 0 deletions
Loading…