Hi,
You could map the urls in urls.py and there you can customize urls to
be shown for your pages.
For eg:
('contact', <associated handler method for contact.html>),
('about', <associated handler method for about.html>)
On Mar 25, 4:39 pm, p c o p d <[email protected]> wrote:
> hi . i am new app engine user. please help me how can i hide the url
> extension i mean .html from the page in python in app engine?
> i want my pages to be shown as about instead of about.html
> contact instead of contact.html
> Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.