diff options
Diffstat (limited to 'weblog/apps.py')
-rwxr-xr-x[-rw-r--r--] | weblog/apps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog/apps.py b/weblog/apps.py index 05b5a20..6f2db71 100644..100755 --- a/weblog/apps.py +++ b/weblog/apps.py @@ -2,7 +2,7 @@ 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': 'weblog_base.html', |