aboutsummaryrefslogtreecommitdiffstats
path: root/local_settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'local_settings.py.example')
-rw-r--r--local_settings.py.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/local_settings.py.example b/local_settings.py.example
index 91997d9..9247eba 100644
--- a/local_settings.py.example
+++ b/local_settings.py.example
@@ -34,3 +34,9 @@ TIME_ZONE = 'Europe/Brussels'
# Make this unique, and don't share it with anybody.
SECRET_KEY = ''
+
+FEEDS = {'Diaspora*':
+ { 'base_url': 'http://diasp.org/',
+ 'feed_url': 'public/someuser.atom',
+ 'markdown': True,
+ 'category': 'post' }}