aboutsummaryrefslogtreecommitdiff
path: root/weblog/apps.py
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-05-31 15:04:45 +0300
committerYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-05-31 15:04:45 +0300
commit5a7466204b4030873405b1a0fcb8b208762453ee (patch)
treebc73cccb953b6ba25afdb7dffbee505a296e94ac /weblog/apps.py
parentbe41310b3dc4aec12d3a950cf9fe737811436499 (diff)
downloadw3blog-5a7466204b4030873405b1a0fcb8b208762453ee.tar.gz
w3blog-5a7466204b4030873405b1a0fcb8b208762453ee.zip
Ability to pin posts, updated to bootstrap 4, fixes
Diffstat (limited to 'weblog/apps.py')
-rwxr-xr-x[-rw-r--r--]weblog/apps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/weblog/apps.py b/weblog/apps.py
index 3389f92..6f2db71 100644..100755
--- a/weblog/apps.py
+++ b/weblog/apps.py
@@ -2,10 +2,10 @@ from django.apps import AppConfig
SETTINGS = {
'enable_comments': False,
- 'allow_anon_comments': True,
+ 'allow_anon_comments': False,
'multilingual': True,
'blog_title': 'Django-Weblog',
- 'base_template': 'base.html',
+ 'base_template': 'weblog_base.html',
'show_author': True,
'use_authors_username': True,
'show_sidebar': True,