From 143e0ad3bbcb3d2695dfb398db3846b87a9581d8 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 26 Feb 2022 15:12:27 +0100 Subject: Elaborate on purpose of the urls module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Leon Sandøy --- pydis_site/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/README.md b/pydis_site/README.md index cc0ec2a8..b0b6d122 100644 --- a/pydis_site/README.md +++ b/pydis_site/README.md @@ -44,8 +44,7 @@ the website: parses configuration out of your environment variables, so you shouldn't need to edit it directly unless you want to add new settings. -- [`urls.py`](./urls.py), which configures our Django URL routing by installing - our apps into the routing tree. +- [`urls.py`](./urls.py), the URL configuration for the project itself. Here we can forward certain URL paths to our different apps, which have their own `urls.py` files to configure where their subpaths will lead. These files determine _which URLs will lead to which Django views_. - [`wsgi.py`](./wsgi.py), which serves as an adapter for [`gunicorn`](https://github.com/benoitc/gunicorn), -- cgit v1.2.3