Skip to content

Commit

Permalink
uwsgi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Mar 7, 2024
1 parent f0d4d0b commit 584506d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ django = "==5.0.2"
django-cors-headers = "*"
pyyaml = "*"
uritemplate = "*"
uwsgi = {version = "*", markers = "sys_platform== 'linux'"}
uwsgi = "*"
django-filter = "*"
django-labs-accounts = "==0.9.5"
django-debug-toolbar = "*"
Expand Down
9 changes: 6 additions & 3 deletions backend/Pipfile.lock

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

0 comments on commit 584506d

Please sign in to comment.