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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: django-maintenancemode
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends:
debhelper (>= 9~),
dh-python,
python-all,
python-setuptools,
python-django,
python-django-appconf,
python-ipy,
python3-all,
python3-setuptools,
python3-django,
python3-django-appconf,
python3-ipy,
Standards-Version: 4.3.0
Homepage: https://github.com/shanx/django-maintenancemode
Vcs-Git: https://salsa.debian.org/python-team/modules/django-maintenancemode.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-maintenancemode
Package: python-django-maintenancemode
Architecture: all
Depends:
${misc:Depends},
${python:Depends}
Description: django module that sets a site down for maintenance (Python 2)
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 2 version of the package.
Package: python3-django-maintenancemode
Architecture: all
Depends:
${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.
|