Skip to content

Commit

Permalink
[feat] Update django version
Browse files Browse the repository at this point in the history
  • Loading branch information
DefCon-007 committed Feb 12, 2024
1 parent 5d80b76 commit 1d6b371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/apps/api/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class Api1Config(AppConfig):
name = 'api'
name = "apps.api"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.1.14
Django==3.2.24

channels==3.0.3
djangorestframework==3.12.4
Expand Down

0 comments on commit 1d6b371

Please sign in to comment.