Skip to content

Latest commit

 

History

History
49 lines (48 loc) · 1.1 KB

Project Structure.md

File metadata and controls

49 lines (48 loc) · 1.1 KB

Project Sructure 📂

DevDocsHub
│
├── .github
│   ├── workflows                         
│   │   └── dependabot.yaml
│   ├── ISSUE_TEMPLATE         
│   │   ├── bug.yml
│   │   ├── documentation.yml
│   │   └── feature.yml
│   └── pull_request_template.md
│
├── DevDocsHub
│   ├── __pycache__
│   ├── __init__.py
│   ├── asgi.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
│
├── Static
│   └── images
│       └── logo5-rem.png
│
├── venv
│   ├── Lib
│   │   └── site-packages                         
│   ├── Scripts
│   └── pyvenv.cfg
│
├── .DS_Store
├── .gitignore
├── CODE_OF_CONDUCT.md
├── Contributing.md
├── LICENSE
├── README.md
├── db.sqlite3
├── documentation.json
├── home.html
├── manage.py
├── programminglanguage.json
├── requirements.txt
├── tutorials.html
├── update.footer
├── urls.py
└── views.py