A web app for uploading, sharing, reading, and documenting zines.
- a magazine, especially a fanzine.
 - a webzine.
 
Assumes the following are already installed:
pythonpyenvpippostgres
git clone git@github.com:kenziebottoms/tagazine.git
cd tagazine
sudo pip install -r requirements.txt
pyenv local 3.6.0
psql -c 'create database tagazine;'
python manage.py runserver