Need to get config working for basic settings like Django settings module and venv path. Should be flexible, highest priority to lowest: - CLI flags - Config files (`pyproject.toml` or `djls.toml`) - Environment vars as fallback To start: - The project's settings module - Maybe the venv path? What other settings do we need besides these basics?