Hi Dilan, You'll want to brush up on how Django works, but basically you'll need to add these items:
1. Add an html template for the page 2. Add a view to handle the request from the client 3. Add an entry in the urls.py file to route the request to the view 4. Edit the header.htm template to add a new nav link That should be it! Good luck. Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Thu, Mar 31, 2016 at 3:38 AM, Dilan <[email protected]> wrote: > Hi All, > > I am already Installed Arches V3 into ubuntu 14.04 LTS. Its running good. > > Now I need to add a new page and how to do add new NAV menu item for that > page. So can anyone Help me....... > > Thanx. > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" 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. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" 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.
