Commit graph

22 commits

Author SHA1 Message Date
Rodolphe Breard
e9817df97e Use Django's internal secret key generation 2019-07-27 19:25:11 +02:00
Rodolphe Breard
8c601c23a2 Update the README 2019-07-24 21:23:37 +02:00
Rodolphe Breard
5e7b176e39 Add a webchat 2019-07-23 15:16:03 +02:00
Rodolphe Breard
b3154265c1 Update the README 2019-07-23 00:45:19 +02:00
Rodolphe Breard
1d315dd947 Fix a typo in the README 2019-01-26 21:11:20 +01:00
Rodolphe Breard
52eb58f2a9 Add the KHAGANAT_INTERNAL_IPS setting 2018-11-12 14:35:37 +01:00
Rodolphe Breard
571a70162c Update the README 2018-11-07 17:02:15 +01:00
Rodolphe Breard
81caa19562 Update the README 2018-11-07 16:58:11 +01:00
Rodolphe Breard
f249af08b7 Recomment the --clear and --noinput options for collectstatic 2018-06-11 12:32:59 +02:00
Rodolphe Breard
1fa3ab9ebe Add sass for bulma 2018-06-11 12:04:31 +02:00
Rodolphe Breard
b0b8f30580 Migrate to Bulma
Bulma is simple and free full-CSS framework. Unlike Bootstrap, it fits
within a single small CSS file. It is also well integrated in Django.
https://bulma.io/
2018-06-03 22:16:40 +02:00
Rodolphe Breard
1f7c9d511f Improve the readme with update and deployment tips 2018-06-02 10:54:49 +02:00
Rodolphe Breard
5b6609a46f Add the NSFW mode 2018-05-27 18:45:52 +02:00
Rodolphe Breard
1558b0e6fd Improve the readme file 2018-05-27 11:28:13 +02:00
Rodolphe Breard
4da85ac991 Improve the way the login url is handled 2018-03-03 11:30:29 +01:00
Rodolphe Breard
d5e14a4d99 Add python 3.6 to the requirements 2018-02-09 21:39:08 +01:00
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