File: control

package info (click to toggle)
django-organizations 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 368 kB
  • ctags: 342
  • sloc: python: 1,041; makefile: 7
file content (58 lines) | stat: -rw-r--r-- 2,564 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: django-organizations
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,
 python3-all,
 python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/bennylope/django-organizations/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-organizations.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-organizations.git

Package: python-django-organizations
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: Django groups and multi-user account management module (Python 2)
 Django Organizations adds user-managed, multi-user groups to your Django
 project. Use Django Organizations whether your site needs organizations that
 function like social groups or multi-user account objects to provide account
 and subscription functionality beyond the individual user.
 .
   * Works with your existing user model, whether
  `  django.contrib.auth` or a custom model. No additional user
     or authentication functionality required.
   * Users can be belong to and own more than one organization (account, group)
   * Invitation and registration functionality works out of the box for many
     situations and can be extended as need to fit specific requirements.
   * Start with the base models or use your own for greater customization.
 .
 This is the Python 2 version of the package.

Package: python3-django-organizations
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: Django groups and multi-user account management module (Python 3)
 Django Organizations adds user-managed, multi-user groups to your Django
 project. Use Django Organizations whether your site needs organizations that
 function like social groups or multi-user account objects to provide account
 and subscription functionality beyond the individual user.
 .
   * Works with your existing user model, whether
  `  django.contrib.auth` or a custom model. No additional user
     or authentication functionality required.
   * Users can be belong to and own more than one organization (account, group)
   * Invitation and registration functionality works out of the box for many
     situations and can be extended as need to fit specific requirements.
   * Start with the base models or use your own for greater customization.
 .
 This is the Python 3 version of the package.