Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support easy access to different project configurations #49

Open
einarf opened this issue Aug 9, 2018 · 0 comments
Open

Support easy access to different project configurations #49

einarf opened this issue Aug 9, 2018 · 0 comments
Milestone

Comments

@einarf
Copy link
Member

einarf commented Aug 9, 2018

We should support easy access to different project configurations. This way we can configure up a subset of the project when needed. When projects grow large this will be handy.

Currently the project is described in settings like this:

PROJECT = "myproject.project.Project"

Users should also be able to enter multiple projects with an alias:

PROJECTS = {
    "default": "myproject.project.Project",
    "testing": "myproject.project.ProjectTesting",
    "stuff": "myproject.project.ProjectStuff",
}

What project config config should be used can be overriden in the run command.

./manage.py run --project testing
@einarf einarf added this to the 2.1.0 milestone Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant