I have been using google app engine to build my website, and met a problem
about the maximum number of URLMap (I had 101 URLs, but the limit is 100).
Here is the error message:
Fatal error when loading application configuration:
Invalid object:
Found more than 100 URLMap entries in application configuration
in "\AppPest\app.yaml", line 269, column 28
I tried to change the setting `MAX_URL_MAPS = 1000` in the file appinfo.py,
but it did not work. Can anyone give me some suggestions?
Another question is that some of my URLs are similar, like a_input.html,
b_input.html, c_input.html. Is there a way to simplify it in order to
reduce the number of URLs?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/YieEnF0NGKsJ.
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.