diff options
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index 8bbf3b4..25e9c51 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -199,7 +199,7 @@ INSTALLED_APPS = (      # activate it if you want to use migration scripts      #'chimere.scripts',      # activate it if you want to use RSS feeds -    'chimere_rss' +    #'chimere_rss'  )  if 'chimere_rss' in INSTALLED_APPS: | 
