Skip to content

Instantly share code, notes, and snippets.

@ManotLuijiu
Created January 23, 2021 05:24
Show Gist options
  • Save ManotLuijiu/41df2f24fc7c39065947a76707b2d3a6 to your computer and use it in GitHub Desktop.
Save ManotLuijiu/41df2f24fc7c39065947a76707b2d3a6 to your computer and use it in GitHub Desktop.
Ascii tree for CRM
.
├── 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