Hi,
Does anyone know what to do to make agenda work with django 1.10.7?
adding :
url("^%s/" % settings.EVENT_SLUG, include("mezzanine_agenda.urls")) to
urls.py
Gives me :
from django.conf.urls import patterns, include, url
ImportError: cannot import name patterns
also tried with from django.conf.urls import patterns
It must be related to django version
How to resolve it?
Ragards
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.