cecedille1/matis/: django-datadownloader-1.0.0b2 metadata and description

Homepage | Simple index

Admin interface to manage archives of db's json dumps and/or media datas

author Philippe Lafaye
author_email lafaye@emencia.com
classifiers
  • Programming Language :: Python
  • License :: OSI Approved :: GNU Affero General Public License v3
  • Operating System :: OS Independent
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Framework :: Django
  • Framework :: Django :: 1.7
  • Intended Audience :: Developers
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Software Development :: Libraries :: Python Modules
license GNU Affero General Public License v3
platform
  • UNKNOWN

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
django-datadownloader-1.0.0b2.tar.gz
Type
Source
django_datadownloader-1.0.0b2-py2.py3-none-any.whl
Type
Python Wheel
Python
2.7

Description

This django app is an app tool that add an admin interface for manage archives of database’s json dumps and/or media datas.

For the moment, this app use the script build by the emencia-recipe-drdump package (we must improve it for directly use dr-dump package.

Packages can be download with django-sendfile.

Running tests

To run the tests, run the django test management command with the settings found inside datadownloader.tests.settings.

$ django-admin test –pythonpath=. –settings=datadownloader.tests.settings

You must install mock if you run python2 or python < 3.4.

Changelog

0.2.2

  • add some information into main page
  • fix bug in uwsgi execution env

0.2.1

  • Forgot to update MANIFEST.in on 0.2.0 release

0.2.0

  • Refactoring code
  • Adding tests

0.1.1

  • Use rst syntax for doc/descriptions rather markdown.

0.1.0

  • First version.