You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the content and use that as password / secret key. And run that again to generate another secure key.
81
81
82
-
## How to use it - alternative with Copier
82
+
## How To Use It - Alternative With Copier
83
83
84
84
This repository also supports generating a new project using [Copier](https://copier.readthedocs.io).
85
85
@@ -101,7 +101,7 @@ pipx install copier
101
101
102
102
**Note**: If you have `pipx`, installing copier is optional, you could run it directly.
103
103
104
-
### Generate a Project with Copier
104
+
### Generate a Project With Copier
105
105
106
106
Decide a name for your new project's directory, you will use it below. For example, `my-awesome-project`.
107
107
@@ -119,7 +119,7 @@ pipx run copier copy https://github.com/tiangolo/full-stack-fastapi-template my-
119
119
120
120
**Note** the `--trust` option is necessary to be able to execute a [post-creation script](https://github.com/tiangolo/full-stack-fastapi-template/blob/master/.copier/update_dotenv.py) that updates your `.env` files.
121
121
122
-
### Input variables
122
+
### Input Variables
123
123
124
124
Copier will ask you for some data, you might want to have at hand before generating the project.
0 commit comments