Start projectΒΆ
Usage: start-project [-r] [--skip-new-version-check] [-b BLUEPRINT] [-l] PROJECT_NAME [DIRECTORY] [-h] [--completion COMPLETION]
Initialize a new django project the falco way.
Options
[-r, --root] Consider the specified directory as the root directory. (Default: False)
[--skip-new-version-check] Do not check for new version. (Default: False)
[-b, --blueprint BLUEPRINT] The blueprint to use to generate the project. (Default: tailwind)
[-l, --local] Use a local copy of the blueprint if it exists. (Default: False)
Arguments
PROJECT_NAME Name of the project to create.
[DIRECTORY] Directory to create project in.