Skip to content

Extract cookiecutter and django extensions into separated packages #175

@abravalheri

Description

@abravalheri

Since we don't need extensions to live inside the same code repository anymore, we could extract some of the complex ones into separated repositories.

Those two in particular already depend on extra requirements to work anyway.
So instead of doing pip install pyscaffold[all], the users that want the functionalities would need to do pip install pyscaffold pyscaffoldext-django or pip install pyscaffold pyscaffoldext-cookiecutter, which is bigger, but at least we clean up the code base and speed up the tests...

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions