Nice in routes.py to have a default application routing, and default
controller routing,

default_application = 'myapp'
default_controller = 'ilove'
default_action = 'control'

alas this can be accomplished with routes_in and routes_out :)

-Thadeus




On Wed, Dec 2, 2009 at 9:22 PM, Yarko Tymciurak <resultsinsoftw...@gmail.com
> wrote:

> On Dec 2, 9:05 pm, Thadeus Burgess <thade...@thadeusb.com> wrote:
> > I use welcome.w2p when I am testing a new feature or bug, or attempting
> to
> > make a simple example/case study on a subject.
>
> I agree - having something as fundamental as the base app template in
> one "capsule" (e.g. welcome.w2p) is important.   There might be better
> ways, but one thing is clear - unwrapping this is a step in the
> opposite direction (e.g. option (1) has some strong CONS).
>
> - Yarko
>
> >
> > -Thadeus
> >
> >
> >
> > On Wed, Dec 2, 2009 at 8:21 PM, mdipierro <mdipie...@cs.depaul.edu>
> wrote:
> >
> > > On Dec 2, 8:19 pm, Richard <richar...@gmail.com> wrote:
> > > > I would be fine with (2)
> >
> > > > Do people use examples.w2p?
> >
> > > I do not know.
> >
> > > > When I need to find something out I search the book and this forum.
> >
> > > > On Dec 3, 11:04 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> >
> > > > > For the future version of web2py....
> >
> > > > > should we (1) continue to distribute admin.w2p, welcome.wp2,
> > > > > examples.w2p and unpack them on startup (and require --upgrade=yes
> on
> > > > > upgrade) or (2) should we just distribute the applications folder
> with
> > > > > unpacked apps?
> >
> > > > > The case (2) would simplify lots of stuff and avoid lots of
> problems.
> >
> > > > > I originally choose (1) because I thought people were going to
> modify
> > > > > admin and did not want an automatic upgrade of it. Some people for
> > > > > example edit /applications/admin/models/access.py
> >
> > > > > Pros? Cons?
> >
> > > --
> >
> > > You received this message because you are subscribed to the Google
> Groups
> > > "web2py-users" group.
> > > To post to this group, send email to web...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> <web2py%2bunsubscr...@googlegroups.com<web2py%252bunsubscr...@googlegroups.com>
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/web2py?hl=en.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To post to this group, send email to web...@googlegroups.com.
> To unsubscribe from this group, send email to
> web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/web2py?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to