Skip to content Skip to sidebar Skip to footer

Django And Django Cms Error

I've just done a fresh install of Django and Django-CMS from the ground up (including a brand new virtualenv and python build). I'm getting this bizzarre error.. google has been no

Solution 1:

Just had this error. In my case it was caused by having tripple quoted string (comment) in urls.py patterns.
Actually it was not interpreted as a comment and was passed to function!


Post a Comment for "Django And Django Cms Error"