IM FUCKING LAZY OKAY

This commit is contained in:
some weird guy
2023-07-24 20:36:20 -07:00
parent 1e7398632d
commit c02fed1eb3
2 changed files with 112 additions and 24 deletions
-20
View File
@@ -95,26 +95,6 @@ DATABASES = {
'NAME': BASE_DIR + '/sql.sqlite3',
}
}
# log errors.
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'handlers': {
'file': {
'level': 'ERROR',
'class': 'logging.FileHandler',
'filename': 'logs/errors.log',
},
},
'loggers': {
'django': {
'handlers': ['file'],
'level': 'ERROR',
'propagate': True,
},
},
}
# Password validation
# https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators