What is the preferred way of rewriting URLs? Also, are there any advantages or disadvantages of choosing one over the other?
I like the idea of routes.py better because of portability, but is it any good in case of static files?
What is the preferred way of rewriting URLs? Also, are there any advantages or disadvantages of choosing one over the other?
I like the idea of routes.py better because of portability, but is it any good in case of static files?