Skip to main content

SQLAlchemy CRUD.

Project description

CRUD interface for SQLAlchemy with Pyramid gateway. DOCS WITH NEXT RELEASE!

INSTALL

PyPi

pip install sacrud

Source

python setup.py install

USAGE

Add to your project config:

# pyramid_jinja2 configuration config.include(‘pyramid_jinja2’) config.add_jinja2_search_path(“myprojectname:templates”)

from .models import (Model1, Model2, Model3,) # add sacrud and project models config.include(‘sacrud.pyramid_ext’) settings = config.registry.settings settings[‘sacrud_models’] = (Model1, Model2, Model3)

go to http://localhost:6543/sacrud

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

sacrud-0.1.0.tar.gz (61.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page