Skip to content

Commit

Permalink
Remove django-sslserver (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal authored Sep 12, 2023
1 parent 539135e commit bd9b752
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
1 change: 0 additions & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ django-cors-headers = "~=4.2"
django-log-request-id = "~=2.0"
django-oauth-toolkit = "~=2.3"
django-redis = "~=5.3"
django-sslserver = "~=0.22"
django-storages = "~=1.13"
django-tqdm = "~=1.3"
django-uuslug = "~=2.0"
Expand Down
33 changes: 13 additions & 20 deletions api/Pipfile.lock

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

2 changes: 0 additions & 2 deletions api/conf/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
# Third-party installed apps, more can be added in other settings files.
"sslserver",
]

MIDDLEWARE = [
Expand Down

0 comments on commit bd9b752

Please sign in to comment.