django-uwsgi 0.2.1-1 source package in Ubuntu

Changelog

django-uwsgi (0.2.1-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 4.0.0.
  * Add patch to use local copies of screenshot images.

 -- Michael Fladischer <email address hidden>  Mon, 17 Jul 2017 09:30:04 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-uwsgi_0.2.1-1.dsc 1.9 KiB 0559573b30f0d1e956b860ba046d1a642b96eafb9eabfcf3c6e79e7bda405104
django-uwsgi_0.2.1.orig.tar.gz 344.0 KiB 5c8c97f7d3a1f637a7abda05ca00867448a3551bff9729064d703fd0c1d4cdbf
django-uwsgi_0.2.1-1.debian.tar.xz 3.7 KiB a51e2d63fb01f41323a57d59a1234c494453c58d28512794b45d6b7c11983245

Available diffs

No changes file available.

Binary packages built by this source

python-django-uwsgi: No summary available for python-django-uwsgi in ubuntu cosmic.

No description available for python-django-uwsgi in ubuntu cosmic.

python-django-uwsgi-doc: No summary available for python-django-uwsgi-doc in ubuntu artful.

No description available for python-django-uwsgi-doc in ubuntu artful.

python3-django-uwsgi: uWSGI related tools for Django (Python3 version)

 django-uwsgi provides several features for Django projects deployed to uWSGI:
 .
  * Admin page with uWSGI stats (options to reload/stop uWSGI, clear uWSGI
    cache)
  * uWSGI Cache Backend for Django
  * uWSGI Email Backend for Django(send emails via uWSGI's spooler)
  * Debug Panel for django-debug-toolbar (offers same functions as admin page)
  * Django template loader for embedded into uWSGI files
  * Django Management Command runuwsgi (with live autoreload when DEBUG is True)
  * uWSGI config generator
  * Django CBV Mixins based on uWSGI decorators
 .
 This package contains the Python 3 version of the library.