Before I wrote in urls.py
, my code... everything worked perfectly. Now I have problems - can't go to my site. "cannot import name patterns"
My urls.py
is:
from django.conf.urls import patterns, include, url
They said what error is somewhere here.