Skip to content

Instantly share code, notes, and snippets.

@rafaelcanovas
Last active April 27, 2021 03:27
Show Gist options
  • Save rafaelcanovas/d8b930b5886a30d4de434945deeef6fd to your computer and use it in GitHub Desktop.
Save rafaelcanovas/d8b930b5886a30d4de434945deeef6fd to your computer and use it in GitHub Desktop.
FastAPI + Django: tree
> tree fastapi_django
fastapi_django
├── fastapi_django
│ ├── __init__.py
│ ├── asgi.py
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
└── manage.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment