Skip to main content

Ziggurat Foundations template for the Pyramid web framework

Project description

This template is a combination of Chameleon template engine and Ziggurat Foundations user management. Usage:

$ myenv/bin/pcreate -s ziggurat myproject
$ cd myproject
$ myenv/bin/python setup.py develop-use-pip

Edit development.ini file for database auth then run:

$ myenv/bin/initialize_myproject_db development.ini

Run web server:

$ myenv/bin/pserve development.ini --reload

Open URL http://localhost:6543 in a browser. Login with username admin@local or admin, password admin.

0.1.8 (2015-04-24)

  • Bug fixed at get_login_headers(), use timezone.

  • Bug fixed RootFactory for Pyramid 1.5.6. Use group permission instead of user permission.

  • Create non Ziggurat table when initializedb.

0.1.7 (2015-02-13)

  • Add pagination in User menu.

0.1.6 (2015-02-12)

  • Add User group menu.

  • Add upload tool.

0.1.5 (2014-07-10)

  • Remove requirement factory_boy.

  • Add option develop-use-pip in setup.py

0.1.4 (2014-03-17)

  • Inverse to add_notfound_view(append_slash=True).

  • Separation of the directory in order to more easily create larger applications.

0.1.3 (2014-02-02)

  • Add user management menu.

  • User.status == 0 means force logout.

  • Require pytz.

0.1.2 (2014-01-07)

  • Require pyramid_beaker.

  • Require alembic >= 0.3.4.

  • Require factory_boy.

  • Add localization and timezone tools.

0.1.1 (2013-12-26)

  • Require Pyramid >= 1.5.

  • Require Deform >= 2.0.

  • Use redirect after POST.

  • Use Bootstrap 3 intensively.

  • Add change password form.

0.1 (2013-12-22)

  • 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

PyramidZiggurat-0.1.8.tar.gz (42.4 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