Skip to content

Commit

Permalink
feat: add pyampq lib
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder committed Jul 28, 2023
1 parent ec300b8 commit 9467f79
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 19 deletions.
2 changes: 1 addition & 1 deletion chats/apps/event_driven/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class EventDrivenConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "chats.event_driven"
name = "chats.apps.event_driven"
3 changes: 0 additions & 3 deletions chats/apps/event_driven/models.py

This file was deleted.

3 changes: 0 additions & 3 deletions chats/apps/event_driven/tests.py

This file was deleted.

3 changes: 0 additions & 3 deletions chats/apps/event_driven/views.py

This file was deleted.

4 changes: 2 additions & 2 deletions chats/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"chats.apps.queues",
"chats.apps.projects",
"chats.apps.api",
"chats.core",
"chats.apps.dashboard",
"chats.event_driven",
"chats.apps.event_driven",
"chats.core",
# third party apps
"channels",
"drf_yasg",
Expand Down
40 changes: 33 additions & 7 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ elastic-apm = "^6.10.1"
celery = "^5.3.1"
django-celery-results = "^2.5.1"
django-celery-beat = "^2.5.0"
PyAMQP = "^0.1.0"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 9467f79

Please sign in to comment.