Re: [web2py] routes.py Problem

2014-01-06 Thread Rockiger
Thanks again, this is much more than I exspectet. I will look into this, and post back. Best, Marco On Monday, January 6, 2014 4:50:17 PM UTC+1, Jonathan Lundell wrote: > > On 6 Jan 2014, at 1:17 AM, Rockiger > > wrote: > > Hi Jonathan, > > > > many thanks

Re: [web2py] routes.py Problem

2014-01-06 Thread Rockiger
e. It would be very interesting to know what precisely do this two directives: default_language = 'de', languages = ['en', 'de'], Which code in web2py interprets that? Best, Marco -- *Rockiger UG (haftungsbeschränkt)* Marco-Alexander Laspe | Geschäftsführer Neuga

[web2py] routes.py Problem

2014-01-05 Thread Rockiger
Hello together, I have a problem with routes.py. My goal is it to have a English and a German (de) version of my site: I have the following code in there: routers = dict( # base router BASE = dict( default_application = 'rockiger', ), rocki