Skip to content

Commit ffbf61f

Browse files
committed
1 parent 713b66d commit ffbf61f

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

poetry.lock

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ django-environ = "0.11.2"
4444
django-extensions = { git = "https://github.com/ulgens/django-extensions.git", branch = "aiosmptd-mail_debug" }
4545
django-filter = "24.3"
4646
django-jsonform = "2.23.1"
47+
django-removals = "1.0.5"
4748
dj-database-url = "2.3.0"
4849
drf-spectacular = "0.28.0"
4950
flower = "2.0.1"

src/core/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474

7575
DEBUG_APPS = [
7676
"debug_toolbar",
77+
"django_removals",
7778
]
7879

7980
INSTALLED_APPS = PRIORITY_APPS + DJANGO_APPS + THIRD_PARTY_APPS + INTERNAL_APPS

0 commit comments

Comments
 (0)