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
757757
758758# # Project generation and updating, or re-generating
759759
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 :
761761
762762` ` ` bash
763763pip install cookiecutter
764- cookiecutter https://github.com/tiangolo /full-stack-fastapi-postgresql
764+ cookiecutter https://github.com/whythawk /full-stack-fastapi-postgresql
765765` ` `
766766
767767You 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
779779For example, run :
780780
781781` ` ` 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
783783` ` `
784784
785785That 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