]> git.parisson.com Git - teleforma.git/commitdiff
update admin title
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 8 Feb 2015 21:58:35 +0000 (22:58 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 8 Feb 2015 21:58:35 +0000 (22:58 +0100)
example/settings.py

index efb42d82b1466f2c08fbff75293dcd522d0cdae2..d15831fd8370e9538be19dd90f0f97023b646e88 100644 (file)
@@ -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