X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6c071c6cbb739209e9d8488ff7080f8ad7c7d2d0..d52c76021eaf1621b4e55a6eba1df1c0404bd7dd:/wolnelektury/views.py diff --git a/wolnelektury/views.py b/wolnelektury/views.py index 3fa4337af..f2d9abd70 100755 --- a/wolnelektury/views.py +++ b/wolnelektury/views.py @@ -11,6 +11,7 @@ from django.utils.http import urlquote_plus from django.utils.translation import ugettext_lazy as _ from django.views.decorators.cache import never_cache +from django.conf import settings from ajaxable.utils import AjaxableFormView from catalogue.models import Book @@ -77,7 +78,7 @@ def publish_plan(request): if plan is None: plan = [] try: - feed = feedparser.parse('http://localhost:8000/documents/track/editor-proofreading/') + feed = feedparser.parse(settings.PUBLISH_PLAN_FEED) except: pass else: