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:
Arnav Choudhury 2020-09-17 13:46:51 +05:30
parent 410689a78b
commit fee9633a97
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ mkdir -p .cache/bare
cd .cache/bare cd .cache/bare
# create the project using the default settings in cookiecutter.json # 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 cd my_awesome_project
# Install OS deps # Install OS deps

View File

@ -13,7 +13,7 @@ mkdir -p .cache/docker
cd .cache/docker cd .cache/docker
# create the project using the default settings in cookiecutter.json # 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 cd my_awesome_project
# run the project's type checks # run the project's type checks