diff options
author | 2022-02-26 16:06:57 +0100 | |
---|---|---|
committer | 2022-02-26 16:06:57 +0100 | |
commit | 8eca5c8ddeed9ef7b827da9f6e87df034c073d6d (patch) | |
tree | a0ad9695af76b3ec262539376433c47a4a4d3534 /pydis_site/README.md | |
parent | Elaborate on settings.py (diff) |
Add newlines for the apps section
Diffstat (limited to 'pydis_site/README.md')
-rw-r--r-- | pydis_site/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pydis_site/README.md b/pydis_site/README.md index 8aa7b1f6..a789230d 100644 --- a/pydis_site/README.md +++ b/pydis_site/README.md @@ -7,9 +7,10 @@ for all logic powering our website. Let's go over the directories in detail: that make up our Django project. A Django project must always consist of one or more apps, and these apps can be made completely modular and reusable across any Django project. In our project, each app controls a distinct part - of our website, such as the API or our resources system. For more - information on reusable apps, see the official Django tutorial, [which has a - section on reusable + of our website, such as the API or our resources system. + + For more information on reusable apps, see the official Django tutorial, + [which has a section on reusable apps](https://docs.djangoproject.com/en/dev/intro/reusable-apps/). To learn more about our specific apps, see the README inside the app folder itself. |