pcreate multiple arguments

38 views
Skip to first unread message

Alex K

unread,
Apr 8, 2012, 3:43:12 AM4/8/12
to pylons...@googlegroups.com
I'm new in Pyramid.

I try create new project with jinja2 and sqlalchemy,
installed jinja2 scaffold via
pip install pyramid_jinja2
and tried:
1) pcreate -s pyramid_jinja2_starter -s alchemy blog_project
in this mode it create 
"jinja2.directories = blog_project:templates"
in development.ini and 
"sqlalchemy.url = sqlite:///%(here)s/blog_project.db"
in production.ini

or
2) pcreate -s alchemy -s pyramid_jinja2_starter blog_project
in this mode it create
"sqlalchemy.url = sqlite:///%(here)s/blog_project.db"
in development.ini and in production.ini
without any jinja2 configs.

What I'm doing wrong?
 
Thanks!
Reply all
Reply to author
Forward
0 new messages