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