No related branches found
No related tags found
Showing
- iric_data/settings.py 1 addition, 0 deletionsiric_data/settings.py
- portal/auth_backends.py 13 additions, 0 deletionsportal/auth_backends.py
- portal/migrations/0025_profile_api_token.py 18 additions, 0 deletionsportal/migrations/0025_profile_api_token.py
- portal/models.py 15 additions, 1 deletionportal/models.py
- portal/templates/portal/secure/user/api.html 31 additions, 0 deletionsportal/templates/portal/secure/user/api.html
- portal/templates/portal/secure/user/base.html 5 additions, 1 deletionportal/templates/portal/secure/user/base.html
- portal/urls.py 4 additions, 0 deletionsportal/urls.py
- portal/views/__init__.py 13 additions, 0 deletionsportal/views/__init__.py
- portal/views/secure/api.py 17 additions, 6 deletionsportal/views/secure/api.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
portal/auth_backends.py
0 → 100644
portal/migrations/0025_profile_api_token.py
0 → 100644
portal/templates/portal/secure/user/api.html
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