mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Removing github yml file at project root. And also modified commands to use the new project structre to create a template
This commit is contained in:
parent
410689a78b
commit
fee9633a97
|
@ -17,7 +17,7 @@ mkdir -p .cache/bare
|
|||
cd .cache/bare
|
||||
|
||||
# create the project using the default settings in cookiecutter.json
|
||||
cookiecutter ../../ --no-input --overwrite-if-exists use_docker=n $@
|
||||
cookiecutter https://github.com/arnav13081994/cookiecutter-django.git --no-input --overwrite-if-exists use_docker=n $@
|
||||
cd my_awesome_project
|
||||
|
||||
# Install OS deps
|
||||
|
|
|
@ -13,7 +13,7 @@ mkdir -p .cache/docker
|
|||
cd .cache/docker
|
||||
|
||||
# create the project using the default settings in cookiecutter.json
|
||||
cookiecutter ../../ --no-input --overwrite-if-exists use_docker=y $@
|
||||
cookiecutter https://github.com/arnav13081994/cookiecutter-django.git --no-input --overwrite-if-exists use_docker=y $@
|
||||
cd my_awesome_project
|
||||
|
||||
# run the project's type checks
|
||||
|
|
Loading…
Reference in New Issue
Block a user