Skip to content

Modify manage.py clean to be pure Python #149

@mprahl

Description

@mprahl

Currently, the clean function in manage.py uses system commands to clean the codebase. Since it supports both Windows and Linux, there are two sets of commands being used. This should be written in pure Python instead to only have one piece of code that works on all OS'.

Code being referenced:
https://github.com/StackFocus/PostMaster/blob/master/manage.py#L50

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