Skip to content

Instantly share code, notes, and snippets.

View jfmatth's full-sized avatar
💭
Basking in the life God has provided.

John Flynn Matthew jfmatth

💭
Basking in the life God has provided.
View GitHub Profile
bind = "0.0.0.0:8000"
workers=2
accesslog="-"
#!/bin/bash
# Generate requirements.txt from Pipfile
pipenv sync
pipenv requirements > requirements.txt
# Add requirements.txt to the commit
git add requirements.txt