Re: How do I combine paster templates?

2011-03-07 Thread Ben Bangert
On Mar 7, 2011, at 3:56 AM, Simon King wrote: > It might be worth pointing this out in the docs. > http://docs.pylonsproject.org/#support > and http://pylonsproject.org/community/get-support only mention the > pylons-devel list (as far as I can see, at least). Thanks for pointing that out! We'r

Re: How do I combine paster templates?

2011-03-07 Thread Simon King
On Mar 7, 12:22 am, Ben Bangert wrote: > On Mar 5, 2011, at 12:34 PM, Sasker wrote: > > > Also, I apologize if I am posting to the wrong group, I wasn't quite > > sure which group I should be posting to. > > No worries, this should be posted on the pylons-discuss list. Pylons-devel is > for devel

Re: How do I combine paster templates?

2011-03-06 Thread Sasker
Thanks, I will post to pylons-discuss from now on. On Mar 6, 4:22 pm, Ben Bangert wrote: > On Mar 5, 2011, at 12:34 PM, Sasker wrote: > > > Also, I apologize if I am posting to the wrong group, I wasn't quite > > sure which group I should be posting to. > > No worries, this should be posted on t

Re: How do I combine paster templates?

2011-03-06 Thread Sasker
Thanks! I will try it out. On Mar 5, 12:39 pm, Chris McDonough wrote: > You can't combine them but you can start out using "paster create -t > pyramid_routesalchemy myproject" then change the result to use Jinja2 > using the docs from pyramid_jinja2 > athttp://docs.pylonsproject.org/projects/pyr

Re: How do I combine paster templates?

2011-03-06 Thread Ben Bangert
On Mar 5, 2011, at 12:34 PM, Sasker wrote: > Also, I apologize if I am posting to the wrong group, I wasn't quite > sure which group I should be posting to. No worries, this should be posted on the pylons-discuss list. Pylons-devel is for development related to Pylons projects, the Pyramid frame

Re: How do I combine paster templates?

2011-03-05 Thread Chris McDonough
You can't combine them but you can start out using "paster create -t pyramid_routesalchemy myproject" then change the result to use Jinja2 using the docs from pyramid_jinja2 at http://docs.pylonsproject.org/projects/pyramid_jinja2/dev/ - C On Sat, 2011-03-05 at 12:34 -0800, Sasker wrote: > Hi >

How do I combine paster templates?

2011-03-05 Thread Sasker
Hi I am new to Pyramid and currently going through the tutorials. I was wondering how can I combine pyramid_routesalchemy and pyramid_jinja_starter templates so I can get url_dispatch + sqlalchemy + jinja2 I tried searching docs and mailing list but couldn't find how to do this. I am a little co