Skip to content

Commit

Permalink
fix: Install django-import-export (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 14, 2022
1 parent bfd03b4 commit 6ae2570
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 25 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ codeforlife-portal = "*"
pytest-cov = "*"
black = "*"
django-test-migrations = "==1.2.0"
django-import-export = "*"

[packages]
aimmo = {editable = true, path = "."}
Expand Down
139 changes: 114 additions & 25 deletions Pipfile.lock

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

1 change: 1 addition & 0 deletions example_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"django_otp.plugins.otp_static",
"django_otp.plugins.otp_totp",
"rest_framework",
"import_export",
"sekizai", # for javascript and css management
]

Expand Down
1 change: 1 addition & 0 deletions example_project/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"django_otp.plugins.otp_static",
"django_otp.plugins.otp_totp",
"rest_framework",
"import_export",
"sekizai", # for javascript and css management
]

Expand Down

0 comments on commit 6ae2570

Please sign in to comment.