new requirements

This commit is contained in:
Cayo Puigdefabregas 2023-10-18 11:35:08 +02:00
parent 58eb031789
commit ffc9b42027
2 changed files with 4 additions and 1 deletions

View File

@ -2,3 +2,4 @@ django==4.2.5
django-bootstrap5==23.3
django-extensions==3.2.3
black==23.9.1
python-decouple==3.8

View File

@ -9,6 +9,9 @@ https://docs.djangoproject.com/en/4.2/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.2/ref/settings/
"""
import os
from ast import literal_eval
from pathlib import Path
from django.contrib.messages import constants as messages
@ -66,7 +69,6 @@ INSTALLED_APPS = [
'django_extensions',
'django_bootstrap5',
'idhub'
'emails'
]
MIDDLEWARE = [