Skip to content

Instantly share code, notes, and snippets.

View Ruslan-Skira's full-sized avatar
🇺🇦
Working from home

Ruslan Skira Ruslan-Skira

🇺🇦
Working from home
View GitHub Profile
@Ruslan-Skira
Ruslan-Skira / orm_requests_loggs_django_settings.py
Last active October 6, 2020 13:14
orm_requests_loggs_django_settings
import logging.config
LOGGING_CONFIG = None
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'handlers': {
'console': {
'class': 'logging.StreamHandler',
'formatter': 'file_format',