diff options
author | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-10-08 05:08:23 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-10-08 05:08:23 +0300 |
commit | 89b97e2ad786234a8e8f5ba38bbe5fc3cbd01022 (patch) | |
tree | 4f99d55b8522f77b403de62b0a2dd8a7157b11f5 /weblog/apps.py | |
parent | d42e64a09e6e1898d4423d786bc48a47a8b8fc0e (diff) | |
download | w3blog-89b97e2ad786234a8e8f5ba38bbe5fc3cbd01022.tar.gz w3blog-89b97e2ad786234a8e8f5ba38bbe5fc3cbd01022.zip |
dynamic, infinite load done
Diffstat (limited to 'weblog/apps.py')
-rwxr-xr-x | weblog/apps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog/apps.py b/weblog/apps.py index 3197cef..f7c3cbf 100755 --- a/weblog/apps.py +++ b/weblog/apps.py @@ -4,7 +4,7 @@ SETTINGS = { 'enable_comments': False, 'allow_anon_comments': False, 'multilingual': True, - 'blog_title': 'Django-Weblog', + 'blog_title': 'w3blog', 'base_template': 'weblog_base.html', 'show_author': True, 'use_authors_username': True, |