django-planet
django-planet copied to clipboard
Connection refused error.
Hello,
When trying to add feed I am getting a connection refused Error. Do You know why this might be and how can I solve this problem?
Find the complete error message below:
Yours Sincerely,
Michal Stepniewski
soutys@soutys-Lenovo-V570:~/Praca/Programowanie/PythonDeveloper/django/agregator/mysite$ python manage.py planet_add_feed http://feeds.reuters.com/news/artsculture /usr/local/lib/python2.7/dist-packages/django/core/management/init.py:345: RemovedInDjango110Warning: OptionParser usage for Django management commands is deprecated, use ArgumentParser instead self.fetch_command(subcommand).run_from_argv(self.argv)
/home/soutys/Praca/Programowanie/PythonDeveloper/django/agregator/mysite/mysite/urls.py:21: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead. urlpatterns = patterns('',
System check identified some issues:
WARNINGS: ?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_DIRS, TEMPLATE_CONTEXT_PROCESSORS, TEMPLATE_LOADERS. Traceback (most recent call last):