Skip to content

Commit 5bf212c

Browse files
author
A85N
committed
god save the queen
1 parent 3cfab35 commit 5bf212c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

project/settings.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
'django.contrib.sessions',
4343
'django.contrib.messages',
4444
'django.contrib.staticfiles',
45-
'debug_toolbar',
4645
'welcome',
4746
]
4847

@@ -76,16 +75,21 @@
7675
},
7776
]
7877

79-
WSGI_APPLICATION = 'wsgi.application'
78+
WSGI_APPLICATION = 'django-ex.wsgi.application'
8079

8180

8281
# Database
8382
# https://docs.djangoproject.com/en/1.11/ref/settings/#databases
8483

85-
from . import database
86-
8784
DATABASES = {
88-
'default': database.config()
85+
'default': {
86+
'ENGINE': 'django.db.backends.oracle',
87+
'NAME': 'TCF24',
88+
'USER': 'LJML_OWN',
89+
'PASSWORD': 'LJML_OWN',
90+
'HOST': 'DBTCF24.sede.corp.sanpaoloimi.com',
91+
'PORT': '2056',
92+
}
8993
}
9094

9195

0 commit comments

Comments
 (0)