pyramid tween with maintenance mode
Project description
- 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
Release history Release notifications | RSS feed
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)
File details
Details for the file pyramid_maintenance-0.2.tar.gz.
File metadata
- Download URL: pyramid_maintenance-0.2.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fef2ac1fbd66c9aa31ba5e0bf78406eb3c0dec44188e78ddfabbeb5281cb20f4
|
|
| MD5 |
9a8d2cb6c52339f4b6e0dc6f32362dd5
|
|
| BLAKE2b-256 |
2216a903751438c88a733f630387caa6f80ed7391ba840bc6814f60277b2707d
|