Changes
Page history
Update home
authored
Jan 24, 2025
by
Lars Florian Meiendresch
Show whitespace changes
Inline
Side-by-side
home.md
View page @
6ca619a5
...
...
@@ -86,6 +86,15 @@ This document outlines the technologies used to build this project.
🌱 19squared
├── 📁 src
│ ├── 📁 app
│ │ ├── 📁 Uploaded_Media
│ │ ├── 📁 auth
│ │ ├── 📁 base
│ │ ├── 📁 home
│ │ ├── 📁 static
│ │ ├── 📁 templates
│ │ ├── 📁 utils
│ │ ├── 🐍 init.py
│ │ └── 💾 models.py
│ ├── 🐍 run.py
│ ├── 🔧 config.py
│ └── 🔧 VERSION.py
...
...
...
...