todos
This commit is contained in:
parent
f17177cf47
commit
c8d0014a8a
11
readme.md
11
readme.md
@ -66,3 +66,14 @@ ADMIN_PASSWORD=test
|
||||
UID=1000
|
||||
```
|
||||
You can store them in a `.env` file. The python app will read it or you can pass it to the docker container with `run` option `--env-file`.
|
||||
|
||||
## Roadmap
|
||||
### Near future
|
||||
- go on docker hub
|
||||
- use a standart logger (used by bottle and uwsgi) to log error on mail fail
|
||||
- [unit tests](https://bottlepy.org/docs/dev/recipes.html#unit-testing-bottle-applications)
|
||||
- add redirection urls to form config
|
||||
|
||||
### Ameliorations
|
||||
- Use real user/passwords accounts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user