Skip to content

make app compatible with django 3 changes #24

@nKandel

Description

@nKandel

need to update six import location in order to make it compatible with django 3.

replace from django.utils.six.moves.urllib import parse as urlparse with from six.moves.urllib import parse as urlparse at storage file

line from django 3 release page:

django.utils.six - Remove usage of this vendored library or switch to six.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions