The Django project driving dpaste.org
Find a file
Timo Tijhof 32dc8e5928 Use protocol-relative url for jQuery. Fixes #15.
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".
2013-04-23 06:03:21 +02:00
dpaste Use protocol-relative url for jQuery. Fixes #15. 2013-04-23 06:03:21 +02:00
.gitignore More project restructuring to make the project look more like a Django 1.5 project. 2013-03-19 13:54:25 +01:00
.pylintrc Initial commit after move to linode 2011-05-30 01:03:04 +02:00
.travis.yml Fixed travis settings 2013-03-29 19:27:40 +01:00
fabfile.py Setting fixes 2013-03-19 19:58:10 +01:00
manage.py More project restructuring to make the project look more like a Django 1.5 project. 2013-03-19 13:54:25 +01:00
README.md Update README.md 2013-03-30 13:46:13 +01:00
requirements.txt Updated to Django 1.5.1 2013-03-29 19:09:59 +01:00
setup.py Setting fixes 2013-03-19 19:58:10 +01:00

====== 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