update settings

remotes/origin/HEAD
Max Yakovenko 8 years ago
parent 8ce0453765
commit 19b27ad48e
  1. 4
      eshop_project/settings/production.py

@ -7,7 +7,3 @@ ADMINS = (
MANAGERS = ADMINS MANAGERS = ADMINS
DEFAULT_FROM_EMAIL = 'order@russian-programms.ru' DEFAULT_FROM_EMAIL = 'order@russian-programms.ru'
# Logging
LOGGING['handlers']['production_file']['filename'] = os.path.join(os.path.dirname(BASE_DIR),'logs/eshop_main_prod.log')
LOGGING['handlers']['debug_file']['filename'] = os.path.join(os.path.dirname(BASE_DIR),'logs/eshop_main_dev.log')

Loading…
Cancel
Save