File: control

package info (click to toggle)
django-invitations 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: python: 1,484; makefile: 27; sh: 6
file content (35 lines) | stat: -rw-r--r-- 1,445 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
35
Source: django-invitations
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-django,
               python3-django-allauth (>= 0.58.2) <!nocheck>,
               python3-freezegun <!nocheck>,
               python3-poetry-core,
               python3-pytest-django <!nocheck>,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/jazzband/django-invitations
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-invitations
Vcs-Git: https://salsa.debian.org/python-team/packages/django-invitations.git

Package: python3-django-invitations
Architecture: all
Depends: python3-django, ${misc:Depends}, ${python3:Depends}
Description: Generic invitations solution for Django
 Invitations solution with adaptable backend and support for django-allauth.
 All emails and messages are fully customisable.
 .
 Generic Invitation flow:
 .
   - Privileged user invites prospective user by email (via either Django
     admin, form post, JSON post or programmatically)
   - User receives invitation email with confirmation link
   - User clicks link and is redirected to a preconfigured URL (default is
     accounts/signup)