-
Notifications
You must be signed in to change notification settings - Fork 0
A sample pyramid application with traversal and sqlalchemy.
License
petrblahos/pyrasample
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pyrasample ========== This is a companion project to a talk delivered during Prague PyVo Event on the 16th May 2018. You will find the talks in docs/ Getting Started --------------- - Change directory into your newly created project. cd pyrasample - Create a Python virtual environment. python3 -m venv env - Upgrade packaging tools. env/bin/pip install --upgrade pip setuptools - Install the project in editable mode with its testing requirements. env/bin/pip install -e ".[testing]" - Edit your development.ini. Point the sqlalchemy.url to an existing database - Run your project. env/bin/pserve --reload development.ini
About
A sample pyramid application with traversal and sqlalchemy.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published