Skip to content

Commit

Permalink
Merge pull request #131 from d-party/f/fix-channels4
Browse files Browse the repository at this point in the history
channels4 対応
  • Loading branch information
Uno-Takashi authored Dec 8, 2022
2 parents 96b2648 + f78a583 commit bca7137
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions Django/d_party/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
# Application definition

INSTALLED_APPS = [
"daphne",
"jazzmin",
"django.contrib.admin",
"django.contrib.auth",
Expand Down
30 changes: 15 additions & 15 deletions Django/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Django/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ packages = [{include = "d_party"}]
[tool.poetry.dependencies]
python = "^3.11"
Django = "^4.1.1"
channels = "^3.0.4"
gunicorn = "^20.1.0"
mysqlclient = "^2.1.1"
channels-redis = "^4.0.0"
Expand All @@ -34,6 +33,7 @@ django-dynamic-shields = "^0.2.1"
django-debreach = "^2.1.0"
django-prometheus = "^2.2.0"
django-cryptography = "^1.1"
daphne = "^4.0.0"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit bca7137

Please sign in to comment.