Django Extensions is fun

This commit is contained in:
Yohann D'ANELLO 2021-10-23 13:59:24 +02:00
parent 15fc5cd73f
commit a78d0b4904
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ INSTALLED_APPS = [
# External apps
'reversion',
'rest_framework',
'django_extensions',
# Django contrib
'django.contrib.admin',