Hello When someone first creates a mezzanine site by running the command python manage.py createdb, they are proposed to lauch some pages like Contact or Gallery. I would like to do a similar thing in a django application : define a "default page" with a slug and a description (and some other things, if necessary), and when someone first migrates their site with my app on it, they can answer "yes" or "no" to have my default page added on their site. Is it possible ? And if so, how/where should I define my default page ?
-- 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.
