Using .env file

This commit is contained in:
Trullemans Gregory 2021-11-19 15:17:02 +01:00
parent 209975dc92
commit 7b7796f1e5
2 changed files with 1 additions and 8 deletions

View File

@ -84,14 +84,6 @@ WSGI_APPLICATION = 'Ultron.wsgi.application'
# Database
# https://docs.djangoproject.com/en/3.2/ref/settings/#databases
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.sqlite3',
# 'NAME': BASE_DIR / 'db.sqlite3',
# }
# }
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',

View File

@ -1,5 +1,6 @@
asgiref==3.4.1
Django==3.2.8
django-environ==0.8.1
django-extensions==3.1.3
install==1.3.4
Markdown==3.3.4