Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 735 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 735 Bytes

Tagazine

A web app for uploading, sharing, reading, and documenting zines.

zine

zēn · noun, informal

  • a magazine, especially a fanzine.
  • a webzine.

Run locally

Assumes the following are already installed:

  • python
  • pyenv
  • pip
  • postgres
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