Re: new subpage in django

2011-03-31 Thread Fatrix
Hi Jay You could also have a look at [1] Stephen McDonald's Mezzanine. Mezzanine is a CMS built using the django framework.. I am very happy with it. [1] http://mezzanine.jupo.org/ On 30 Mrz., 21:16, "jay K." wrote: > Hello, > > How do you create a new subpage in django? > > thanks -- You rec

Re: new subpage in django

2011-03-30 Thread Ovnicraft
On Wed, Mar 30, 2011 at 3:14 PM, jay K. wrote: > hello, > > what i'm trying to do is to create a subpage for a website written in > django > > e.g. > > for http://www.xzy.com/subpage I'd like to add 'subpage2', so it would > look like > > http://www.xzy.com/subpage/subpage2 Read: http://docs.dj

Re: new subpage in django

2011-03-30 Thread Sandro Dutra
Probably adding "http://www.xzy.com/subpage/subpage2"; to your URLConf. 2011/3/30 jay K. : > hello, > > what i'm trying to do is to create a subpage for a website written in django > > e.g. > > for http://www.xzy.com/subpage I'd like to add 'subpage2', so it would look > like > > http://www.xzy.co

Re: new subpage in django

2011-03-30 Thread jay K.
hello, what i'm trying to do is to create a subpage for a website written in django e.g. for http://www.xzy.com/subpage I'd like to add 'subpage2', so it would look like http://www.xzy.com/subpage/subpage2 how do i do that? thanks On Wed, Mar 30, 2011 at 4:20 PM, Xavier Ordoquy wrote: > > L

Re: new subpage in django

2011-03-30 Thread Xavier Ordoquy
Le 30 mars 2011 à 21:16, jay K. a écrit : > Hello, > > How do you create a new subpage in django? > > thanks Hi, What do you mean or I'd rather ask, what are you trying to do ? Regards, Xavier. -- You received this message because you are subscribed to the Google Groups "Django users" gro