mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-12-23 23:23:06 +11:00
The Django project driving dpaste.org
b6ac14cd1a
This doesn't fix #16, but I figured I could at least make it consistent within the code. A grep count tells me dpaste.de is used everywhere except here. (www.)dpaste.org is not mentioned anywhere. |
||
---|---|---|
dpaste | ||
.gitignore | ||
.pylintrc | ||
.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