Skip to main content

Django Maintain Notice

Project description

Installation

pip install django-maintain

Usage

# Django-Maintain Settings
DJANGO_SITE_MAINTAIN = False  # Default ``False``, Modify ``True`` when maintain
DJANGO_SITE_MAINTAIN_NOTICE_URL = ''

Settings.py

# Use `MIDDLEWARE_CLASSES` prior to Django 1.10
MIDDLEWARE = [
    ...
    # 'competion.middleware.SiteMaintainMiddleware',  # hasattr(request, 'user') == False
    'django.contrib.auth.middleware.AuthenticationMiddleware',
    'competion.middleware.SiteMaintainMiddleware',  # hasattr(request, 'user') == True
    ...
]

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

django-maintain-1.0.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

django_maintain-1.0.0-py2.py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 2 Python 3

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