Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 338 Bytes

File metadata and controls

20 lines (14 loc) · 338 Bytes

====== dpaste

dpaste is a Django based pastebin. It's intended to run separatly or installed into an existing Django project.

You can find a live example on http://dpaste.de/

Testing

$ pip install -r requirements.txt
$ pip install -e .
$ manage.py test dpaste