Skip to content

Commit bb9fd5f

Browse files
committed
style: fix formatting with prettier
1 parent a78b732 commit bb9fd5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

{{cookiecutter.project_slug}}/docs/project-structure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,5 +330,7 @@ Central routing configuration for _{{ cookiecutter.project_name }}_. It is used
330330
The entry points for running _{{ cookiecutter.project_name }}_ using the WSGI[^3] protocol.
331331

332332
[^1]: See [Stop naming your python modules “utils”](https://breadcrumbscollector.tech/stop-naming-your-python-modules-utils/) for more details. Ironically, there may probably still be some modules named `utils.py` in the project. You've gotta admit that [naming things is hard](https://martinfowler.com/bliki/TwoHardThings.html)!
333+
333334
[^2]: Websites generally need to serve additional files such as images, JavaScript, or CSS. In Django, we refer to these files as “static files”.
335+
334336
[^3]: Web Server Gateway Interface. WSGI is a standard interface between web servers and web applications, allowing them to communicate and work together.

0 commit comments

Comments
 (0)