Skip to content

Instantly share code, notes, and snippets.

View chrisjws-harness's full-sized avatar
💥

Chris Storz chrisjws-harness

💥
View GitHub Profile
@chrisjws-harness
chrisjws-harness / 1-setup.sh
Last active October 28, 2021 21:01
Python FF tutorial
# Clone the repo, move the files around and clean up the folder
git clone https://github.com/chrisjws-harness/flaskSaaS.git && mv flaskSaaS/*(DN) . && rm -rf flaskSaaS
# Setup and run the application
make install && make dev
python manage.py initdb