mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-12-23 23:23:06 +11:00
The Django project driving dpaste.org
32dc8e5928
HTTP urls are blocked in modern browsers when accessing the page over HTTPS (https://dpaste.de/), so jQuery wasn't being loaded and the rest of the javascript failed on various ReferenceError and TypeError exceptions around "$ is undefined". |
||
---|---|---|
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://www.dpaste.de/
Testing
$ pip install -r requirements.txt
$ pip install -e .
$ manage.py test dpaste