mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
The Django project driving dpaste.org
508d86ba31
Fixes an asymmetry where both of curl https://dpaste.de/xXxx curl https://dpaste.de/xXxx/ work, but curl https://dpaste.de/xXxx/raw/ fails without a trailing slash (because curl doesn't follow redirects by default). |
||
---|---|---|
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