Add tokenloginmixin and beatify api page with example
parent
3eff9ae1
No related branches found
No related tags found
Showing
- iric_data/settings.py 1 addition, 0 deletionsiric_data/settings.py
- portal/auth_backends.py 19 additions, 0 deletionsportal/auth_backends.py
- portal/templates/portal/secure/user/api.html 20 additions, 1 deletionportal/templates/portal/secure/user/api.html
- portal/views/__init__.py 9 additions, 0 deletionsportal/views/__init__.py
- portal/views/secure/api.py 6 additions, 5 deletionsportal/views/secure/api.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
portal/auth_backends.py
0 → 100644
... | ... | @@ -4,7 +4,7 @@ cffi==1.14.3 |
chardet==3.0.4 | ||
cryptography==3.1.1 | ||
defusedxml==0.7.0rc1 | ||
Django==2.0.13 | ||
Django==2.2.17 | ||
django-auth-ldap==1.7.0 | ||
django-chartjs==1.3 | ||
django-crispy-forms==1.8.1 | ||
... | ... |
Please register or sign in to comment