aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/README.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-02-26 15:10:08 +0100
committerGravatar GitHub <[email protected]>2022-02-26 15:10:08 +0100
commitbd3a12eb14b85ee827505652263263baa44c5132 (patch)
tree4f1dab3246f77459384b1abed8845cc6cda78354 /pydis_site/README.md
parentLink to Django template documentation (diff)
Remove newlines added by an 🥥 INSANE PERSON 🥥
Co-authored-by: Leon Sandøy <[email protected]>
Diffstat (limited to 'pydis_site/README.md')
-rw-r--r--pydis_site/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/README.md b/pydis_site/README.md
index b2470500..cc0ec2a8 100644
--- a/pydis_site/README.md
+++ b/pydis_site/README.md
@@ -28,7 +28,6 @@ for all logic powering our website. Let's go over the directories in detail:
that we encounter an internal server error.
-
Note that for both `static` and `templates`, we are not using the default Django
directory structure which puts these directories in a directory per app (in our
case, this would for example be ``pydis_site/apps/content/static/``).