Re: [mezzanine-users] What does this mean in urls.py " and specify its URL (in the Meta Data section) " ?

2016-07-25 Thread nikhil parmar
Yeah correct I found it. Thanks a lot ;) On Monday, July 25, 2016 at 5:52:55 PM UTC+5:30, Ryne Everett wrote: > > I think the part you're asking about is: > > specify its URL (in the Meta Data section) as "/" >> > > This does not refer to the `Meta` class, it refers to the `slug` field > which `P

Re: [mezzanine-users] What does this mean in urls.py " and specify its URL (in the Meta Data section) " ?

2016-07-25 Thread Ryne Everett
I think the part you're asking about is: specify its URL (in the Meta Data section) as "/" > This does not refer to the `Meta` class, it refers to the `slug` field which `Page` inherits from `mezzanine.core.models.Slugged`. That line could likely be clarified a bit. On Mon, Jul 25, 2016 at 3:25

[mezzanine-users] What does this mean in urls.py " and specify its URL (in the Meta Data section) " ?

2016-07-25 Thread nikhil parmar
Hey guys, What does the above line signify ? # This pattern gives us a normal >> ``Page`` object, so that your > > # homepage can be managed via the page tree in the admin. If you > # use this pattern, you'll need to create a page in the page tree, > # and specify its URL (in the Meta Data sectio