You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
254 B

try:
from .base import *
except ImportError:
raise ImportError("Oops,can't find base settings")
# Email user settings
ADMINS = (
('Dmitriy Belousov', 'dimkasp@mail.ru'),
)
MANAGERS = ADMINS
DEFAULT_FROM_EMAIL = 'order@russian-programms.ru'