Sometimes being incomplete is better.
- pipenv
- python3
$ pipenv install -r requirements.txt
$ pipenv shell
$ python3 wsgi.py
.
├── app
│ ├── main.py
│ ├── static
│ │ ├── css
│ │ │ └── style.css
│ │ └── img
│ │ ├── dark.jpg
│ │ ├── samplelogo.gif
│ │ ├── shallow.jpg
│ │ ├── star.jpg
│ │ └── white.jpg
│ └── templates
│ └── index.html
├── Pipfile
├── Pipfile.lock
├── Procfile
├── README.md
├── requirements.txt
├── runtime.txt
└── wsgi.py
Images Downloaded from https://www.pexels.com/