django-cas-server/cas_server
Valentin Samir 66b9daff68 Update default_settings.py for python3
In python 3 dict.items do not return a copied list so we force a copy
to avoid changing the global dict while iterating over it
2016-07-20 18:40:46 +02:00
..
locale Add a display field to Identity Providers 2016-07-04 17:40:31 +02:00
management Update sime legal headers 2016-07-03 18:11:48 +02:00
migrations Update some help_text dans docstrings 2016-07-06 19:43:09 +02:00
static/cas_server Css style 2016-06-26 11:04:05 +02:00
templates/cas_server Do not display messages if auto_submit is True and javascript is enabled 2016-07-03 18:12:02 +02:00
tests Remove tests unused variable 2016-07-20 18:30:36 +02:00
__init__.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
admin.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
apps.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
auth.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
cas.py Rename the unicode methode of ReturnUnicode in cas.py to prevent clash in spnhinx autodoc with unicode type 2016-07-20 18:29:34 +02:00
default_settings.py Update default_settings.py for python3 2016-07-20 18:40:46 +02:00
federate.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
forms.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
models.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
urls.py Update sime legal headers 2016-07-03 18:11:48 +02:00
utils.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
views.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00