Skip to content

Commit

Permalink
Fix broken settings
Browse files Browse the repository at this point in the history
* Remove django_object_actions from test app config
* Revert to psycopg2-binary
  • Loading branch information
NikAzanov committed Aug 25, 2023
1 parent efc9ce4 commit 4d22194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ coverage

# Database abstraction layer
# https://pypi.org/project/psycopg2-binary/
psycopg
psycopg2-binary
1 change: 0 additions & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"django.contrib.messages",
"django.contrib.staticfiles",
"rest_framework",
"django_object_actions",
"django_probes",
"django_extensions",
"import_export",
Expand Down

0 comments on commit 4d22194

Please sign in to comment.