What is the value of EVENT_SLUG in your settings?

What error message did you get?


(“^%s/“ settings.EVENT_SLUG, include(“mezzanine_agenda.urls”))
The above has the string-substitution operator missing between “^%s/“ and
settings.
​


On Fri, Jun 6, 2014 at 3:12 PM, roland balint <[email protected]> wrote:

> if anyone interested - got this running by changing urls add to this:
> "("^events/", include("mezzanine_agenda.urls")),"
> thx
> rb
>
> On Wednesday, May 28, 2014 4:26:09 PM UTC-4, roland balint wrote:
>>
>> trying to get mezzanine_agenda working and it fails at this instruction;
>> can anyone help?
>>
>> Add ("^%s/" settings.EVENT_SLUG, include("mezzanine_agenda.urls")) to
>> your urls.py
>>
>> thx
>> rb
>>
>  --
> 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.
>

-- 
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.

Reply via email to