Giter VIP home page Giter VIP logo

django-backupdb's People

Contributors

acatton avatar pipermerriam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-backupdb's Issues

Merge backupdb packages

(I'm creating these issues as note to myself or anybody who wants to work on django-backupdb)

There are 3 packages backupdb, backupdb_utils and unit_tests. This should go in backupdb itself, like backupdb, backupdb.utils, backupdb.tests.

Eggify the tests

(I'm creating these issues as note to myself or anybody who wants to work on django-backupdb)

Once we fix #6, I think we can just use backup.tests to run the tests in setup.py, instead of nose. This way we will be able to remove nose as the tests dependency and remove run_tests.sh and the whole gang of shell scripts.

Installing backupdb installs coverage

Downloading/unpacking django-backupdb from https://pypi.python.org/packages/source/d/django-backupdb/django-backupdb-0.5.2.tar.gz#md5=8b0a5331e5e4fa76d6767fa5d3497e7d
  Downloading django-backupdb-0.5.2.tar.gz
  Running setup.py egg_info for package django-backupdb
    warning: no previously-included files matching '*.pyc' found anywhere in distribution

    Installed /XXX/build/django-backupdb/coverage-3.6-py2.7-linux-x86_64.egg

Requirement already up-to-date: django>=1.3 in /XXX/lib/python2.7/site-packages/Django-1.5.2-py2.7.egg (from django-backupdb)
Installing collected packages: django-backupdb
  Found existing installation: django-backupdb 0.4.1f
    Uninstalling django-backupdb:
      Successfully uninstalled django-backupdb
  Running setup.py install for django-backupdb

Successfully installed django-backupdb
Cleaning up...

I don't want to need coverage in order to install backupdb

BackupDB should be self contained

There are two python packages, backupdb which is the main one with the management commands and so on, and backupdb_utils.

We should put backupdb_utils in backupdb.utils. Is there any reason why there are two packages @davesque ?

Use polymorphism for database backup

(I'm creating these issues as note to myself or anybody who wants to work on django-backupdb)

This is kind of nasty. It should use inheritance/polymorphism, and do something like (just the idea):

backend_class = backends[backend_name]
backend = backend_class(**credentials)
backend.do_backup()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.