We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39d4d8 commit b5f0545Copy full SHA for b5f0545
README.md
@@ -35,7 +35,7 @@ uvicorn app.main:app --reload
35
python -m venv venv
36
source venv/bin/activate
37
pip install -r requirements.txt
38
-cp app/config.py.example app/configuration.py
+cp app/config.py.example app/config.py
39
# Edit the variables' values.
40
uvicorn app.main:app --reload
41
```
0 commit comments