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 37e7d96 commit df17e52Copy full SHA for df17e52
2 files changed
README.md
@@ -49,7 +49,7 @@ docker-compose build
49
$ tree "FastAPI_super_template"
50
src
51
├── conftest.py # Fixtures for all tests.
52
-├── __main__.py # Startup script. Starts uvicorn.
+├── main.py # Startup script. Starts uvicorn.
53
├── services # Package for different external services such as rabbit or redis etc.
54
├── settings.py # Main configuration settings for project.
55
├── static # Static content.
src/__main__.py src/main.pysrc/__main__.py renamed to src/main.py
0 commit comments