The Django project driving dpaste.org
Find a file
2013-11-25 22:51:52 +01:00
docs Added bare installation docs. 2013-11-24 21:06:52 +01:00
dpaste Better typo for text preview. 2013-11-25 21:28:45 +01:00
server More precise url handling 2013-09-27 19:28:07 +00:00
.coverage.rc Tox. Runtests. Travis. Yay. 2013-11-25 22:44:36 +01:00
.coveralls.yml Coveralls 2013-11-25 00:08:31 +01:00
.gitignore Fixed local setting ignore. 2013-11-25 22:51:52 +01:00
.travis.yml Tox. Runtests. Travis. Yay. 2013-11-25 22:44:36 +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 Readme: Promote dpaste.de instead of www.dpaste.de 2013-04-23 06:33:19 +02:00
requirements.txt Missing libs 2013-11-25 00:12:05 +01:00
runtests.py Tox. Runtests. Travis. Yay. 2013-11-25 22:44:36 +01:00
setup.py Cleaned up app and project based requirements. 2013-11-24 21:06:46 +01:00
tox.ini Tox. Runtests. Travis. Yay. 2013-11-25 22:44:36 +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://dpaste.de/

Testing

$ pip install -r requirements.txt
$ pip install -e .
$ manage.py test dpaste