kpsul/cof/settings
Aurélien Delobelle 4084444dc3 Fix autocomplete in registration views.
django-autocomplete-light v3.x doesn't include anymore the
$('').yourlabsAutocomplete() function, leading to issues in cof
registration and kfet account creation views.

Adding jquery-autocomplete-light fixes these issues.

See:
- (dal) https://github.com/yourlabs/django-autocomplete-light
- (jal) https://github.com/yourlabs/jquery-autocomplete-light
2018-01-20 17:29:15 +01:00
..
.gitignore New organisation of settings files 2017-04-10 23:01:19 +01:00
__init__.py Make cof.settings a module 2017-10-26 18:13:09 +02:00
common.py Fix autocomplete in registration views. 2018-01-20 17:29:15 +01:00
dev.py Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
local.py Specify the full path of the sqlite database 2017-08-11 17:24:09 +01:00
prod.py Move STATIC_ROOT in production 2017-09-12 09:22:54 +02:00
secret_example.py EMAIL_HOST needs to be set but as a secret 2017-10-25 22:05:14 +02:00