Skip to content

Commit

Permalink
chore: add django-pgactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Oct 18, 2024
1 parent 848f3aa commit b5c684e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies = [
"django-cotton>=1.1.1",
"gunicorn>=23.0.0",
"django-typer>=2.3.0",
"django-pgactivity>=1.5.0",
]

[tool.uv]
Expand Down
1 change: 1 addition & 0 deletions radiofeed/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"health_check.contrib.psutil",
"health_check.contrib.redis",
"heroicons",
"pgactivity",
# https://django-cotton.com/docs/django-template-partials
"django_cotton.apps.SimpleAppConfig",
"template_partials.apps.SimpleAppConfig",
Expand Down
14 changes: 14 additions & 0 deletions uv.lock

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

0 comments on commit b5c684e

Please sign in to comment.