Hi Tameen, See my response inline below.
On Mon, Mar 31, 2014 at 10:06 AM, Tameen Malik <[email protected]> wrote: > if i create page i don't find this in templates folder and if i create html page and store this in templates/pages folder, > how to show this in menu of home page? Pages are created in the admin interface, not in the templates folder. The templates folder is for templates that are used to render the pages. > using django.http.HttpRequest.method we return page url so that's work similar to django framework? Mezzanine doesn't just "work similar to django framework", it *is* simply a Django application. Anything you can do with a Django application can be done in Mezzanine *exactly* the same way. ken -- 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.
