From d003bab8be942c31c3caedb69040c96aebe48549 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 20 Mar 2024 15:28:39 +0100 Subject: Add project overview to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4a68ea3..ee899b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Blind Guild site (?) This repository contains a web server which implements some guild management stuff, I guess. + +## Project layout + +The main server is implemented in `app.py`. + +`views/` contains Jinja2 templates. +These are rendered using the `template()` function. + +`static/` is for files that never change. +All HTTP requests that begin with `/static/` will be resolved relative to this file. -- cgit v1.2.3