diff --git a/README.md b/README.md index b3729c3..1add7e0 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ After using this generator, your new project (the directory created) will contai #### Refactors +* ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork. PR [#553](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/553) by [@tiangolo](https://github.com/tiangolo). * Refactor backend: * Simplify configs for tools and format to better support editor integration. * Add mypy configurations and plugins.