Pyramid Scaffold for getting started with SQLAlchemy ORM and Jinja2 Templating Engine
Project description
OVERVIEW
---------
jinja2_alchemy_starter is a scaffold for getting started with a pyramid project using Jinja2 Templating Engine and SQLALchemy ORM
INSTALLATION
-------------
Install it in your existing python installation (`virtualenv` is recommended)::
$ /opt/py_env/bin/easy_install jinja2_alchemy_starter-0.2.1.tar.gz
After successful installation, `pcreate` will also list `jinja2_alchemy_starter` as available scaffold::
$ /opt/py_env/bin/pcreate -l
Available scaffolds:
alchemy: Pyramid SQLAlchemy project using url dispatch
jinja2_alchemy_starter: Scaffold for getting started with Jinja2 and SQLAlchemy
pyramid_jinja2_starter: pyramid jinja2 starter project
starter: Pyramid starter project
zodb: Pyramid ZODB project using traversal
USAGE
------
To create a new pyramid project using `jinja2_alchemy_starter` just pass that as `-s` argument::
$ /opt/py_env/bin/pcreate -s jinja2_alchemy_starter MyProject
This will create MyProject directory in your working directory.
PUT IT TO WORK
---------------
- Edit development.ini to reflect your DB settings.
- Edit rest of the files
Have Fun!
0.2.1
------
- Added an example code (commented) about using session in views
0.2
---
- Added locale information to the scaffold
0.1
---
- Initial Release
---------
jinja2_alchemy_starter is a scaffold for getting started with a pyramid project using Jinja2 Templating Engine and SQLALchemy ORM
INSTALLATION
-------------
Install it in your existing python installation (`virtualenv` is recommended)::
$ /opt/py_env/bin/easy_install jinja2_alchemy_starter-0.2.1.tar.gz
After successful installation, `pcreate` will also list `jinja2_alchemy_starter` as available scaffold::
$ /opt/py_env/bin/pcreate -l
Available scaffolds:
alchemy: Pyramid SQLAlchemy project using url dispatch
jinja2_alchemy_starter: Scaffold for getting started with Jinja2 and SQLAlchemy
pyramid_jinja2_starter: pyramid jinja2 starter project
starter: Pyramid starter project
zodb: Pyramid ZODB project using traversal
USAGE
------
To create a new pyramid project using `jinja2_alchemy_starter` just pass that as `-s` argument::
$ /opt/py_env/bin/pcreate -s jinja2_alchemy_starter MyProject
This will create MyProject directory in your working directory.
PUT IT TO WORK
---------------
- Edit development.ini to reflect your DB settings.
- Edit rest of the files
Have Fun!
0.2.1
------
- Added an example code (commented) about using session in views
0.2
---
- Added locale information to the scaffold
0.1
---
- Initial Release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for jinja2_alchemy_starter-0.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8556eba5a3ea581df4038ccb1eafecf106c694a67242a0bef58e424a1fb197a |
|
MD5 | 5b84bd3859f932b7fa742dc30f0fc328 |
|
BLAKE2b-256 | b9736fd879232cc781202ff4d8466f19c8736befa72fc4f3340e5dc6d7e7dee0 |