Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 250 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 250 Bytes

paest

A simple programmer-friendly pastebin

Install

  1. Create a virtualenv (tested on py2.7) and clone repo

  2. pip install -r requirements.txt

  3. python manage.py migrate

  4. python manage.py runserver

Enjoy!