Skip to content

Commit

Permalink
update - README with slightly more info
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasia committed Oct 8, 2021
1 parent 8648887 commit 2c19722
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

0 comments on commit 2c19722

Please sign in to comment.