diff options
author | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-06-20 15:12:45 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-06-20 15:12:45 +0300 |
commit | 843e7e06709a35a162ddb28e9eef528870e2c0f6 (patch) | |
tree | d6f0a615fcdf51c49993e38d9eebcdc77ef317e7 /weblog/apps.py | |
parent | 812fbefe190a4a9d4f5250ba39411a50e9167448 (diff) | |
download | w3blog-843e7e06709a35a162ddb28e9eef528870e2c0f6.tar.gz w3blog-843e7e06709a35a162ddb28e9eef528870e2c0f6.zip |
added urls for rss feeds
Diffstat (limited to 'weblog/apps.py')
-rwxr-xr-x | weblog/apps.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weblog/apps.py b/weblog/apps.py index 6f2db71..cc800c1 100755 --- a/weblog/apps.py +++ b/weblog/apps.py @@ -12,6 +12,7 @@ SETTINGS = { 'show_categories': False, 'show_archive': True, 'posts_per_page': 10, + 'enable_rss': True, } class WeblogConfig(AppConfig): |