File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -757,11 +757,11 @@ Traefik UI: http://localhost.tiangolo.com:8090
757
757
758
758
# # Project generation and updating, or re-generating
759
759
760
- This project was generated using https://github.com/tiangolo /full-stack-fastapi-postgresql with :
760
+ This project was generated using https://github.com/whythawk /full-stack-fastapi-postgresql with :
761
761
762
762
` ` ` bash
763
763
pip install cookiecutter
764
- cookiecutter https://github.com/tiangolo /full-stack-fastapi-postgresql
764
+ cookiecutter https://github.com/whythawk /full-stack-fastapi-postgresql
765
765
` ` `
766
766
767
767
You can check the variables used during generation in the file `cookiecutter-config-file.yml`.
@@ -779,7 +779,7 @@ You can use that file while generating a new project to reuse all those variable
779
779
For example, run :
780
780
781
781
` ` ` console
782
- $ cookiecutter --config-file ./cookiecutter-config-file.yml --output-dir ../project-copy https://github.com/tiangolo /full-stack-fastapi-postgresql
782
+ $ cookiecutter --config-file ./cookiecutter-config-file.yml --output-dir ../project-copy https://github.com/whythawk /full-stack-fastapi-postgresql
783
783
` ` `
784
784
785
785
That will use the file `cookiecutter-config-file.yml` in the current directory (in this project) to generate a new project inside a sibling directory `project-copy`.
You can’t perform that action at this time.
0 commit comments