Skip to main content

pyramid tween with maintenance mode

Project description

Author:

Benoît Pineau <beny@sickless.net>

Date:
2014-02-12

What is it

pyramid_maintenance is a pyramid tween.

This tween gives you the possibility to put an application in maintenance mode (rendering only one specific template for all routes), but let a ‘normal’ access to your application for users who have specific permission(s).

How to install it

pip install pyramid_maintenance

How to enable it

If you want to enable pyramid_maintenance tween in your pyramid app, you have to add in your .ini file:

pyramid.tweens = pyramid_maintenance.tween_maintenance

And define the following settings:

# List of permissions (separeted by comma, space, carriage return and/or new line).
# The pyramid app isn't in maintenance mode for people who have one of these permissions.
pyramid_maintenance.permissions = permission1, permission2
# Relative path from defined template location directories.
pyramid_maintenance.template = template.mako

0.2

  • Make you strictless on the .ini file

  • Rename role into permission

0.1

  • Initial version

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

pyramid_maintenance-0.2.tar.gz (10.3 kB view details)

Uploaded Source

File details

Details for the file pyramid_maintenance-0.2.tar.gz.

File metadata

File hashes

Hashes for pyramid_maintenance-0.2.tar.gz
Algorithm Hash digest
SHA256 fef2ac1fbd66c9aa31ba5e0bf78406eb3c0dec44188e78ddfabbeb5281cb20f4
MD5 9a8d2cb6c52339f4b6e0dc6f32362dd5
BLAKE2b-256 2216a903751438c88a733f630387caa6f80ed7391ba840bc6814f60277b2707d

See more details on using hashes here.

Supported by

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