settings.py: db config is in settings_ansible.py

This commit is contained in:
Seth Ladygo
2019-03-12 23:04:36 -07:00
parent c35f0db869
commit 22ead8dcf3

View File

@ -70,17 +70,6 @@ TEMPLATES = [
WSGI_APPLICATION = 'procat2.wsgi.application'
# Database
# https://docs.djangoproject.com/en/2.1/ref/settings/#databases
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
}
}
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend',
)