Is author a model in one of your apps? TO be effective with Mezzanine you need to have a good understanding of Django, I would suggest going through the Django tutorial, https://docs.djangoproject.com/en/1.7/intro/tutorial01/
On Tue, Apr 1, 2014 at 3:35 AM, Tameen Malik <[email protected]> wrote: > url("^xyz/$", "mezzanine.pages.views.page", {"slug": "Author"}, > name="Author"), this line solves error and showing page but form still > doesn't display. why ? :( > > -- > 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.
