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!

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-devel/-/oVo5h4hCh3EJ.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to