Skip to main content

A reusable Django application that allows you to put your Django site into maintenance mode.

Installation

To get the latest stable release from PyPi

$ pip install django-time-out

To get the latest commit from GitHub

$ pip install -e git+git://git.com:sparky300/django-time-out.git#egg=time_out

Add time_out to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'time_out',
)

Add down_time middleware class to your settings.

'time_out.middleware.DownTimeMiddleware',

Don’t forget to migrate your database

./manage.py migrate time_out

Usage

This application simply runs middleware that checks to see if the site is down for maintenance based on scheduled maintenance dates/times.

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
$ mkvirtualenv -p python2.7 django-time-out
$ python setup.py install
$ pip install -r dev_requirements.txt

$ git co -b feature_branch master
# Implement your feature and tests
$ git add . && git commit
$ git push -u origin feature_branch
# Send us a pull request for your feature branch

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-time-out-0.1.8.tar.gz (6.5 kB view details)

Uploaded Source

File details

Details for the file django-time-out-0.1.8.tar.gz.

File metadata

File hashes

Hashes for django-time-out-0.1.8.tar.gz
Algorithm Hash digest
SHA256 b78daa29a19445a9179a40c713fbe72e018976dab2c0553ba68ff0613680bc9c
MD5 7ed818e211b1c90ac95312ce8a517741
BLAKE2b-256 e1579479c7aedd7aacff4ea0c8f7fb23cf76183d8b27ff96ff5dfa2d0aa8aef7

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.8 This release

1 file

0.1.7

1 file

0.1.5

1 file

0.1.4

1 file

0.1.3

1 file

0.1.2

1 file

0.1.1

1 file

0.1

1 file

Supported by

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