django 3.2

This commit is contained in:
wh1te909 2021-04-07 04:58:35 +00:00
parent 4fec0deaf7
commit 426821cceb
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
asgiref==3.3.1
asgiref==3.3.4
asyncio-nats-client==0.11.4
celery==5.0.5
certifi==2020.12.5
@ -6,7 +6,7 @@ cffi==1.14.5
channels==3.0.3
chardet==4.0.0
cryptography==3.4.7
Django==3.1.7
Django==3.2.0
django-cors-headers==3.7.0
django-rest-knox==4.1.0
djangorestframework==3.12.4

View File

@ -38,6 +38,8 @@ EXE_GEN_URLS = [
"https://exe.tacticalrmm.io/api/v1/exe",
]
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
ASGI_APPLICATION = "tacticalrmm.asgi.application"
try: