dev: remove unused packages (#3009)

* dev: remove unused packages

* dev: remove gunicorn config
This commit is contained in:
Nikhil 2023-12-06 18:28:34 +05:30 committed by sriram veeraghanta
parent b35874e294
commit b44dd26347
7 changed files with 2 additions and 22 deletions

View file

@ -48,7 +48,6 @@ INSTALLED_APPS = [
"rest_framework.authtoken",
"rest_framework_simplejwt.token_blacklist",
"corsheaders",
"taggit",
"django_celery_beat",
"storages",
]