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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: python-django-extensions
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Brian May <bam@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-aiosmtpd,
python3-all,
python3-babel,
python3-dateutil,
python3-django (>= 3:4.2),
python3-factory-boy,
python3-pip,
python3-pytest,
python3-pytest-cov,
python3-pytest-django,
python3-setuptools,
python3-shortuuid,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-vobject,
python3-werkzeug,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Testsuite: autopkgtest-pkg-pybuild
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-extensions
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-extensions.git
Homepage: https://github.com/django-extensions/django-extensions
Package: python-django-extensions-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Useful extensions for Django projects (Documentation)
This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
.
* runserver_plus - a "runserver" that uses the interactive Werkzeug debugger
* runprofileserver - starts runserver with profiling tools enabled
* shell_plus - similar to the built-in "shell" but autoloads all models
* graph_models - creates a GraphViz dot file of your model arrangement
* describe_form - generate template form definitions for a model
* export_emails - export the addresses of your users in many formats
* print_user_for_session - print the user information from a session key
* create_jobs/runjob/runjobs - manage scheduled maintenance jobs
* (plus many more)
.
python-django-extensions also includes a number of custom fields and abstract
models, including ones that manage created and updated times automatically.
.
This package contains the documentation.
Package: python3-django-extensions
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends},
Recommends:
libjs-jquery,
Suggests:
python-django-extensions-doc,
python3-boto3,
python3-pygraphviz,
python3-werkzeug,
Description: Useful extensions for Django projects (Python 3 version)
This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
.
* runserver_plus - a "runserver" that uses the interactive Werkzeug debugger
* runprofileserver - starts runserver with profiling tools enabled
* shell_plus - similar to the built-in "shell" but autoloads all models
* graph_models - creates a GraphViz dot file of your model arrangement
* describe_form - generate template form definitions for a model
* export_emails - export the addresses of your users in many formats
* print_user_for_session - print the user information from a session key
* create_jobs/runjob/runjobs - manage scheduled maintenance jobs
* (plus many more)
.
python-django-extensions also includes a number of custom fields and abstract
models, including ones that manage created and updated times automatically.
.
This package contains the Python 3 version of the library.
|