From 59b97534791c33327b85ed1fb55b67ca247136d2 Mon Sep 17 00:00:00 2001 From: Nak0_x Date: Fri, 10 Jan 2025 17:19:40 +0100 Subject: [PATCH] Code block the projects structure --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 7cb329c..adc6be3 100644 --- a/README.MD +++ b/README.MD @@ -2,6 +2,7 @@ This portfolio is here to be my index throught my online apps and also a place for public to check out my projects and stuff i do. ## Project structure +``` myproject/ ├── manage.py ├── myproject/ @@ -30,4 +31,4 @@ myproject/ │ ├── tests.py │ ├── urls.py # App-specific URLs │ └── views.py # CBVs for all pages - +```