Commit graph

6 commits

Author SHA1 Message Date
Rodolphe Breard
fdf879a6b3 Allow to set the SECURE_PROXY_SSL_HEADER django setting
Sometimes the django application is deployed behind a reverse-proxy
which manage HTTPS. In such case, django think the connection is plain
HTTP unless SECURE_PROXY_SSL_HEADER is set and the reverse-proxy sets
the appropriate header/value.
2018-02-04 17:12:22 +01:00
Rodolphe Breard
ab4eb7414c Add basic user functionalities
Users need to register, login, logout and reset their password.
2018-02-04 01:36:39 +01:00
Rodolphe Breard
e986389d25 Add the superuser creation to the quick deployment guide 2018-01-27 21:38:38 +01:00
Rodolphe Breard
c9c2a5cda9 Update the README with the i18n instructions 2018-01-27 21:32:21 +01:00
Rodolphe Breard
2d40a57613 Add the log app 2018-01-27 18:58:36 +01:00
Rodolphe Breard
fce04daaaa Add the README 2018-01-26 21:28:45 +01:00