On Jan 20, 4:47 pm, "Robert Sayre" <[EMAIL PROTECTED]> wrote:
> > On 1/19/07, Ben Bangert <[EMAIL PROTECTED]> wrote:
> > > paster create --template=pylons PROJ
> > > paster controller NEWCONTROLLER
> > > paster serve development.iniThere should be a "pylons" alias for these 
> > > three.
>
> pylons create PROJ
> pylons controller NEWCONTROLLER
> pylons serve development.ini

For developers, make sure you add the "--reload" option, which means
that you do not have to restart the servers after every change.

    pylons serve --reload development.ini

That really improves the turn-around time for quick tests in Pylons.

Dave


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to