[Python-modules-commits] [django-uwsgi] branch upstream updated (65c1351 -> 9939cc9)

Michael Fladischer fladi at moszumanska.debian.org
Mon Jul 17 07:45:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a change to branch upstream
in repository django-uwsgi.

      from  65c1351   Import django-uwsgi_0.1.6.orig.tar.gz
       new  9939cc9   Import django-uwsgi_0.2.1.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTORS                                    |   3 +
 MANIFEST.in                                     |   2 +-
 PKG-INFO                                        |  13 +-
 README.rst                                      |   8 ++
 django_uwsgi.egg-info/PKG-INFO                  |  13 +-
 django_uwsgi.egg-info/SOURCES.txt               |  11 +-
 django_uwsgi/.DS_Store                          | Bin 8196 -> 0 bytes
 django_uwsgi/__init__.py                        |   4 +-
 django_uwsgi/emperor/admin.py                   |  19 ++-
 django_uwsgi/emperor/wagtail_hooks.py           |  15 +++
 django_uwsgi/mail.py                            |   2 +-
 django_uwsgi/management/.DS_Store               | Bin 6148 -> 0 bytes
 django_uwsgi/management/commands/runuwsgi.py    |  62 ++++-----
 django_uwsgi/panels.py                          |   7 +-
 django_uwsgi/stats.py                           |  13 +-
 django_uwsgi/{task.py => tasks.py}              |   1 +
 django_uwsgi/templates/.DS_Store                | Bin 6148 -> 0 bytes
 django_uwsgi/templates/uwsgi/panel.html         | 149 ++++++++++++++-------
 django_uwsgi/templates/uwsgi/wagtail_uwsgi.html | 170 +++++++++++++++++-------
 django_uwsgi/urls.py                            |  14 +-
 django_uwsgi/views.py                           |  59 ++++++--
 docs/cache.rst                                  |  15 ++-
 docs/conf.py                                    |   2 +-
 docs/configuration.rst                          |   4 +-
 docs/email.rst                                  |   2 +-
 docs/emperor.rst                                |  13 +-
 docs/features.rst                               |   2 +
 docs/installation.rst                           |   5 +-
 docs/integrations.rst                           |   5 +-
 docs/screenshots.rst                            |  11 +-
 docs/screenshots/screenshot1.png                | Bin 130092 -> 100713 bytes
 docs/screenshots/screenshot2.png                | Bin 77379 -> 61452 bytes
 docs/screenshots/screenshot3.png                | Bin 51354 -> 75813 bytes
 docs/screenshots/screenshot4.png                | Bin 0 -> 74709 bytes
 docs/screenshots/screenshot5.png                | Bin 0 -> 56162 bytes
 docs/todo.rst                                   |   3 -
 setup.cfg                                       |   3 +
 setup.py                                        |   3 +
 38 files changed, 454 insertions(+), 179 deletions(-)
 delete mode 100644 django_uwsgi/.DS_Store
 create mode 100644 django_uwsgi/emperor/wagtail_hooks.py
 delete mode 100644 django_uwsgi/management/.DS_Store
 mode change 100755 => 100644 django_uwsgi/panels.py
 rename django_uwsgi/{task.py => tasks.py} (90%)
 delete mode 100644 django_uwsgi/templates/.DS_Store
 mode change 100755 => 100644 django_uwsgi/urls.py
 mode change 100755 => 100644 django_uwsgi/views.py
 create mode 100644 docs/screenshots/screenshot4.png
 create mode 100644 docs/screenshots/screenshot5.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-uwsgi.git



More information about the Python-modules-commits mailing list