Install django-extensions + update requirements.txt

This commit is contained in:
2024-05-12 10:03:12 +02:00
parent 7ed0924108
commit eade9e84de
2 changed files with 7 additions and 5 deletions

View File

@ -41,6 +41,7 @@ INSTALLED_APPS = [
"django.contrib.staticfiles",
"corsheaders",
"django_extensions",
"django_filters",
"rest_framework",