File: control

package info (click to toggle)
django-maintenancemode 0.11.7%2Bgit221001-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: python: 327; makefile: 7; sh: 5
file content (34 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download
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.