X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8559c95597de98e8f6c580e97224ed3ecc9dc5c0..61b408937a267d27ee7342bc4f172a78e0058835:/settings.py diff --git a/settings.py b/settings.py index fd9d54361..d95de048d 100644 --- a/settings.py +++ b/settings.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Django settings for wolnelektury project. from os import path @@ -7,7 +8,7 @@ DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = ( - # ('Your Name', 'your_email@domain.com'), + (u'Marek Stępniowski', 'marek@stepniowski.com'), ) MANAGERS = ADMINS