diff --git a/project/apps/api/apps.py b/project/apps/api/apps.py index 12ee74c..374b0a1 100644 --- a/project/apps/api/apps.py +++ b/project/apps/api/apps.py @@ -2,4 +2,4 @@ class Api1Config(AppConfig): - name = 'api' + name = "apps.api" diff --git a/requirements.txt b/requirements.txt index 6f594c8..587982c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==3.1.14 +Django==3.2.24 channels==3.0.3 djangorestframework==3.12.4