Don't modify any of the Mezzanine code directly. You need to create an app of your own, add it to INSTALLED_APPS and inside of that app create a page_processors.py file. After that it will be automatically picked up.
On Mon, Mar 31, 2014 at 10:47 PM, Tameen Malik <[email protected]> wrote: > All i have to do is to add this mezzanine.pages.views.page line in > views.py file? > > -- > 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.
