Created
January 23, 2021 05:24
-
-
Save ManotLuijiu/41df2f24fc7c39065947a76707b2d3a6 to your computer and use it in GitHub Desktop.
Ascii tree for CRM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── djcrm | |
│ ├── __pycache__ | |
│ │ ├── __init__.cpython-39.pyc | |
│ │ ├── settings.cpython-39.pyc | |
│ │ ├── urls.cpython-39.pyc | |
│ │ └── wsgi.cpython-39.pyc | |
│ ├── __init__.py | |
│ ├── asgi.py | |
│ ├── settings.py | |
│ ├── urls.py | |
│ └── wsgi.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment