Eww, hard to sum up…

- Update django-allauth-cas to the last version.
- Add docs (README, example/README).
- Add tests for Clipper provider.
- Add tests to check templates do not contain syntax error.
- Add the last missing templates to override all allauth's displayable
  templates.
- Improve stylesheets.
This commit is contained in:
Aurélien Delobelle 2018-01-02 17:06:12 +01:00
parent 4cdbb049df
commit fe21f9c6af
58 changed files with 1304 additions and 4566 deletions

View file

@ -45,7 +45,7 @@ setup(
include_package_data=True,
install_requires=[
'django-allauth',
'django-allauth-cas',
'django-allauth-cas>=1.0.0b2,<1.1',
'django-widget-tweaks',
],
)