In attempt to get some response I'll try to clarify/simplify my
question.

After rewriting with routes.py I have my app accessible as:

http://127.0.0.1/

But all the internal links, created with the URL() function come as:

http://127.0.0.1/myapp/

And obviously they don't work.

Is there no way to tell the URL() function not to prepend app name to
the URLs?

Reply via email to