I cannot reproduce it.
try this simple routes.py
routes_in = (
('/$language/$anything','/$anything?lang=$language'),
)
then visit:
http://127.0.0.1:8000/en/examples/simple_examples/status
the ?lang=en is in there.
On Friday, 16 May 2014 20:56:19 UTC-5, Manoj Sonawane wrote:
>
> bumping.
bumping. if anyone can show way it will be great
On Friday, May 16, 2014 9:02:32 AM UTC+8, Manoj Sonawane wrote:
>
> Hello,
> Following is my main routes.py
>
> logging = 'debug'
> default_application = "myshop"
> routes_app = ((r'/(?Pwelcome|admin|app)\b.*', r'\g'),
>(r'(.*)', r'm
2 matches
Mail list logo