A web app for uploading, sharing, reading, and documenting zines.
- a magazine, especially a fanzine.
- a webzine.
Assumes the following are already installed:
python
pyenv
pip
postgres
git clone [email protected]: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