Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

DeprecationWarning #9

Description

@marceloleiva

python manage.py backup --email example@email.com

error:

DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  import os, popen2, time

NameError: global name 'CommandError' is not defined

this is my configuration:

BACKUP_LOCAL_DIRECTORY = os.path.join(BASE_DIR, "backup")
BACKUP_FTP_SERVER = None
BACKUP_FTP_USERNAME = None
BACKUP_FTP_PASSWORD = None
BACKUP_FTP_DIRECTORY = None

SO: OS X 10.8.4
Python 2.7.3
Django: 1.5.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions