juanifioren / django-oidc-provider

OpenID Connect and OAuth2 provider implementation for Djangonauts.
http://django-oidc-provider.readthedocs.org
MIT License
416 stars 239 forks source link

Use static instead of deprecated staticfiles template tag #382

Closed bbkgh closed 3 years ago

juanifioren commented 3 years ago

Thanks @bbkgh can you edit travis/tox files to support only from Django 2.1??

Since https://docs.djangoproject.com/en/3.0/releases/2.1/#features-deprecated-in-2-1

bbkgh commented 3 years ago

Hi @juanifioren . I've changed some files for deprecating older Django versions. Can you please check and release a new version? Thanks