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

Re: Pyramid 1.3 w/ URL dispatch but not SQLAlchemy?

2012-02-05 Thread Eric Rasmussen
Hi Jamie, The scaffolds that come packaged with the newest version of Pyramid are detailed here: http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html?highlight=starter The starter package provides URL Dispatch without any persistence. Is there a reason you were looking at

Re: Pyramid 1.3 w/ URL dispatch but not SQLAlchemy?

2012-02-05 Thread Jonathan Vanasco
you could just make it with sqlalchemy, then delete the handful of lines . the integration is barely anything. -- 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