Skip to content

Instantly share code, notes, and snippets.

@perymerdeka
Created September 2, 2021 09:51
Show Gist options
  • Save perymerdeka/6661c17cfa6c1124c20cf4ea964311af to your computer and use it in GitHub Desktop.
Save perymerdeka/6661c17cfa6c1124c20cf4ea964311af to your computer and use it in GitHub Desktop.
├── Makefile
├── manage.py
├── projects
│   ├── blog
│   │   ├── api
│   │   │   ├── __init__.py
│   │   │   ├── routes.py
│   │   │   └── views.py
│   │   ├── __init__.py
│   │   └── models.py
│   ├── config.py
│   └── __init__.py
├── README.md
└── requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment