On 2010-06-15 13:16, Thadeus Burgess wrote:
I ment... whats the use attempting to convince Massimo that this is a
good idea although many community members want it. He has been against
this suggestion for the last year that I have been using web2py and
this has been brought up many times, and he probably won't ever change
his mind, so we should just stop arguing the topic.
--
Thadeus
On Tue, Jun 15, 2010 at 12:05 PM, Jean-Guy<jean...@gmail.com> wrote:
On 2010-06-15 11:47, Thadeus Burgess wrote:
bah, whats the use.
--
Thadeus
On Tue, Jun 15, 2010 at 10:14 AM, Jean-Guy<jean...@gmail.com> wrote:
On 2010-06-15 02:45, mdipierro wrote:
se you do not have too, you can use ruotes already for this
purpose.
Here : http://www.web2py.com/AlterEgo/default/show/42
Just specify the app to load by default...
Jonhy
That works pretty much OK :
routes_in = (('/', '/yourappname/'),)
The only thing is the information should be made easily available in doc
in the deployment recipe section... Then when come the time to push a
site in prod the user has not to search or ask the mailing-list.
Jonhy