From: Guillaume Pellerin Date: Sun, 8 Feb 2015 21:58:35 +0000 (+0100) Subject: update admin title X-Git-Tag: 1.1~294^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=caa4faadb09f2de4ce67a499ab1288fa16391415;p=teleforma.git update admin title --- diff --git a/example/settings.py b/example/settings.py index efb42d82..d15831fd 100644 --- a/example/settings.py +++ b/example/settings.py @@ -213,3 +213,7 @@ BOX_API_TOKEN = 'D2pBaN8YqjGIfS0tKrgnMP93' SOUTH_MIGRATION_MODULES = { 'captcha': 'captcha.south_migrations', } + +SUIT_CONFIG = { + 'ADMIN_NAME': 'TeleForma Admin' +} \ No newline at end of file