Skip to content

Commit

Permalink
add support to pka files
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Aug 20, 2024
1 parent 1a6da16 commit c5a1c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions breathecode/media/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class MediaSettings(TypedDict):
"application/pdf",
"image/jpg",
"application/octet-stream",
"application/x-pka",
]

PROOF_OF_PAYMENT_MIME_ALLOWED = [
Expand Down
1 change: 1 addition & 0 deletions breathecode/media/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"application/pdf",
"image/jpg",
"application/octet-stream",
"application/x-pka",
]


Expand Down

0 comments on commit c5a1c34

Please sign in to comment.