Code block the projects structure
This commit is contained in:
parent
647535ea91
commit
59b9753479
@ -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.
|
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
|
## Project structure
|
||||||
|
```
|
||||||
myproject/
|
myproject/
|
||||||
├── manage.py
|
├── manage.py
|
||||||
├── myproject/
|
├── myproject/
|
||||||
@ -30,4 +31,4 @@ myproject/
|
|||||||
│ ├── tests.py
|
│ ├── tests.py
|
||||||
│ ├── urls.py # App-specific URLs
|
│ ├── urls.py # App-specific URLs
|
||||||
│ └── views.py # CBVs for all pages
|
│ └── views.py # CBVs for all pages
|
||||||
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user