Give your site a down page, or redirect to another error page.
Project description
## Django Downtime
Small, simple, app to show a down page while you make upgrades.
Official Docs
Install
Django supports versions 1.4 to 1.8 on Python 2.7 and 3.4.
To install django-downtime:
pip install django-downtime
add to installed apps:
downtime
Add downtime middleware to the top your list of installed middlewares:
'downtime.middleware.DowntimeMiddleware',
Settings
Exempted Paths:
DOWNTIME_EXEMPT_PATHS = ( '/admin', '/other_location_not_down', )
Url Redirect
DOWNTIME_URL_REDIRECT = “http://errors.mypage.com”
Templates
If no URL Redirect is specified a lame default template is rendered, this can be overridden by specificing a downtime/downtime.html template.
Management Commands
There are two managment commands, one to take a project down python manage.py downtime_start and one to set it back up python manage.py downtime_end.
What happens internally when calling python manage.py downtime_start?
This sets a start date time and mark is as enabled. We call this “deployment mode”, ususally called before running a deployment script.
What happens internally when calling python manage.py downtime_end?
This sets a end date time to all records that has a start date time and no end date time set and are marked as enabled. We call this “closing deployment mode”, ususally called after running a deployment script.
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
Built Distribution
File details
Details for the file django-downtime-1.0.3.tar.gz
.
File metadata
- Download URL: django-downtime-1.0.3.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad5711a460f449dd2d3718b351361de48d0df2c8fe5b4e749db6a7bc24837eb1 |
|
MD5 | 560696596aaf7f3c6a2f30e9cc85c46e |
|
BLAKE2b-256 | fbc718c7913c7a96d25839a8ed734cf7b524f7d97e602df9ec26f76250a1f6e8 |
Provenance
File details
Details for the file django_downtime-1.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: django_downtime-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d73d1ffaa148121261dab37bddbfe6bedc1c8782200a4a8ddcbcd2c72696a119 |
|
MD5 | 467e4a63de3bbd50271a920c1e8082ba |
|
BLAKE2b-256 | c1eec31bf20539b3378e08149f0c94821021731f556ec4ab914ca48b095adc33 |