Re: development.ini in a multi-user environment?

2012-03-04 Thread Jamie B.
On Mar 4, 11:16 pm, John Anderson wrote: > On Sun, Mar 4, 2012 at 9:43 PM, Jamie B. > wrote: > > > > > > > > > > > Hello -- > > > When an app is started, it binds to whatever IP address and port > > number is specified in development.ini.  

development.ini in a multi-user environment?

2012-03-04 Thread Jamie B.
Hello -- When an app is started, it binds to whatever IP address and port number is specified in development.ini. How would you handle this on a multi-user computer where several developers are working simultaneously via remote X sessions? They all can't bind to the same IP/port. Each developer

Pyramid 1.3 w/ URL dispatch but not SQLAlchemy?

2012-02-05 Thread Jamie B.
I'm trying to create a new project using Pyramid 1.3 and Akhet. It doesn't appear that Pyramid includes a scaffold that allows me to do this unless I also want SQLAlchemy (which I don't). Any suggestions? Thanks! -- You received this message because you are subscribed to the Google Groups "pyl