Skip to content

Commit

Permalink
➕(deps) install django-object-actions
Browse files Browse the repository at this point in the history
django-object-actions allows us to add custom actions with admin change views.
  • Loading branch information
jbpenrath committed Mar 29, 2022
1 parent 71d2ef1 commit 80e8228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/joanie/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ class Base(Configuration):
"django.contrib.messages",
"django.contrib.staticfiles",
# Third party apps
"django_object_actions",
"adminsortable2",
"corsheaders",
"dockerflow.django",
Expand Down
1 change: 1 addition & 0 deletions src/backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install_requires =
django-configurations==2.3.2
django-cors-headers==3.11.0
django-countries==7.3.2
django-object-actions==4.0.0
django-marion==0.3.2
django-marion-howard==0.2.7
django-money==2.1.1
Expand Down

0 comments on commit 80e8228

Please sign in to comment.