mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
The Django project driving dpaste.org
d66151e50e
This is hard to read due to the syntax highlighing; the diff is - # Strip surrounding quotes (NB: response has no trailing newline) + # Strip surrounding quotes - print response.read()[1:-1] + print response.read().strip()[1:-1] |
||
---|---|---|
dpaste | ||
server | ||
.gitignore | ||
.travis.yml | ||
fabfile.py | ||
manage.py | ||
README.md | ||
requirements.txt | ||
setup.py |
====== 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