From 2c197227b7a44995af9b24ea1c75e5671cafc1c2 Mon Sep 17 00:00:00 2001 From: anastasia Date: Fri, 8 Oct 2021 10:12:26 -0400 Subject: [PATCH] update - README with slightly more info --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bcdf1..8d77216 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,16 @@ password: password This is just for development purposes! - +## The project structure, briefly +``` +lagos + | - app/ (our project root) + | - settings/ + | - static/ (top-level static assets, like global CSS) + | - templates/ (top-level templates, like base.html which other html files build on top of) + | - urls.py (check out search URL which we get for free! Woo!) + | - blog/ (our blog app, running on `blog.localhost:8000/`) + | - home/ (our home app, running on `localhost:8000`) + | manage.py (script to start up server, gets run every time `Run backend` is run) + | requirements.txt (includes everything we need to run this project, so far) +``` \ No newline at end of file