Merge pull request #53 from Nebucatnetzer/rest-framework

Update Django to 3.1.4
This commit is contained in:
Andreas Zweili 2020-12-07 18:14:01 +01:00 committed by GitHub
commit 14126b918b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -45,7 +45,6 @@ router.registry.extend(users_router.registry)
urlpatterns = [
#path(r'^_nested_admin/', include('nested_admin.urls')),
path('api/', include(router.urls)),
path('api/accounts/', include('django.contrib.auth.urls')),
path('api/', include('rest_framework.urls')),
path('api/admin/', admin.site.urls),
path('api-auth/', include('rest_framework.urls')),
]

View File

@ -1,5 +1,5 @@
wheel
Django==2.2.13
Django==3.1.4
djangorestframework
pyaml
pytz