1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: django-maintenancemode
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-django,
python3-django-appconf,
python3-ipy,
python3-pytest-django,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/shanx/django-maintenancemode
Vcs-Git: https://salsa.debian.org/debian/django-maintenancemode.git
Vcs-Browser: https://salsa.debian.org/debian/django-maintenancemode
Package: python3-django-maintenancemode
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends}
Description: django module that sets a site down for maintenance (Python 3)
Django Maintenancemode is a middleware that allows you to temporarily
shutdown your site for maintenance work.
.
Logged in users having staff credentials can still fully use the site as can
users visiting the site from an IP address defined in Django's
``INTERNAL_IPS``.
.
This is the Python 3 version of the package.
|