Here is a change in the notes.md to check if it works on git
This commit is contained in:
3
notes.md
3
notes.md
@@ -8,3 +8,6 @@ Exactly right — it's the entry point. It imports your app and runs it. And yes
|
||||
The full reason is: Flask looks for templates and static files relative to the app package by default. Keeping them inside app/ means Flask finds them automatically without extra configuration. And when your project grows to multiple modules later, each module can have its own templates folder — super clean! 🎯
|
||||
|
||||
find . -not -path './.git/*' -not -path './__pycache__/*'
|
||||
|
||||
|
||||
Here is a change in the notes, so I can see that GIT works properly.
|
||||
|
||||
Reference in New Issue
Block a user