The Django project driving dpaste.org
Find a file
2013-11-26 11:10:11 +01:00
docs Added bare installation docs. 2013-11-24 21:06:52 +01:00
dpaste Tests for the management command. 2013-11-25 23:31:14 +01:00
server More precise url handling 2013-09-27 19:28:07 +00:00
.coverage.rc Omit settings from coverage. 2013-11-25 23:30:08 +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 No need to test against old django and python3 variants. 2013-11-26 11:10:11 +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 Added Django to the setup requirements. It was there already due that mptt has it in the list, also its tested now extensively. 2013-11-25 23:44:17 +01:00
tox.ini Use latest django versions for testing 2013-11-26 08:49:20 +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