File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 'django_filters' ,
2727 'crispy_forms' ,
2828 'rest_framework' ,
29-
29+ 'rest_framework.authtoken' ,
3030 'ldapdb' ,
3131 'lib' ,
3232 'mailer' ,
111111
112112REST_FRAMEWORK = {
113113 'DATETIME_FORMAT' : "%Y-%m-%dT%H:%M:%SZ" ,
114+ 'DEFAULT_AUTHENTICATION_CLASSES' : [
115+ 'rest_framework.authentication.TokenAuthentication' ,
116+ 'rest_framework.authentication.SessionAuthentication' ,
117+ ],
114118}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ django-auth-ldap==5.1.0
77django-crispy-forms == 1.13.0
88django-easy-pjax == 1.2.0
99django-extensions == 3.2.3
10- django-filter == 22.1
10+ django-filter >= 24.2
1111django-grappelli == 4.0.1
1212django-ldapdb @ git+https://oauth2:glpat-T4wkcqXufHvA53DClNJp_W86MQp1OjE5CA.01.0y13pb1es@gitlab.rc.int.colorado.edu/rc-ops/django-ldap-rc.git@feature/python3.11-update
1313django-material == 1.11.3
You can’t perform that action at this time.
0 commit comments