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 Akhet in particular? If you want Pylons-like controllers you can always start with Akhet and remove the SQLAlchemy code, or start with "starter" and add in view_handlers: http://readthedocs.org/docs/pyramid_handlers/en/latest/ -Eric On Sat, Feb 4, 2012 at 12:23 PM, Jamie B. <[email protected]>wrote: > 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 > "pylons-discuss" group. > To post to this group, send email to [email protected]. > 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. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. 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.
