The application in django was working normally until I was putting django-comments, I first installed it with setup.py that came along, I believe that this is what is causing the problem, then I put it together with the project folder and referenced in settings.py
Then when running the application it is returning:
In line 1: "from django.conf.urls import patterns, include, url"
The error: ImportError: can not import name patterns
Django v1.10
Python v2.7.9