FEATURE: send email to admins when a new user subscribe #41
This commit is contained in:
@@ -127,7 +127,14 @@ or `npm run build:fr` for speeding up.
|
||||
|
||||
### Back-end development
|
||||
|
||||
When developing the app and serving it with `docker-compose up`, the changes are automatically loaded (meaning, the app is watching the changes). However, it is more practical to change the command of the backend container from `command: bash start_gunicorn.sh` to `command: python wsgi.py` in order to have some logs.
|
||||
When developing the app and serving it with `docker-compose up`, the changes should be automatically loaded (meaning, the app is watching the changes) (Note that this is not the case anymore). However, it is more practical to change the command of the backend container from `command: bash start_gunicorn.sh` to `command: python wsgi.py` in order to have some logs.
|
||||
|
||||
You can access a flask shell terminal with the following:
|
||||
|
||||
```bash
|
||||
docker-compose exec citizen-back bash
|
||||
appuser@5d4fc6b169b2:~/citizen/backend$ flask shell
|
||||
```
|
||||
|
||||
## Deploiement sur un serveur distant
|
||||
|
||||
|
Reference in New Issue
Block a user