diff options
author | Linnnus <[email protected]> | 2024-03-20 15:28:39 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-03-20 15:29:25 +0100 |
commit | d003bab8be942c31c3caedb69040c96aebe48549 (patch) | |
tree | f14c0e40a80cf1b392ef65fdb58ad4cf61ee7df4 | |
parent | fed658657935022a489515f3cb387bd9a63c82c6 (diff) |
Add project overview to README
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |