The Django project driving dpaste.org
Find a file
2013-11-25 00:12:05 +01:00
docs Added bare installation docs. 2013-11-24 21:06:52 +01:00
dpaste Moar cleanup. 2013-11-24 23:37:01 +01:00
server More precise url handling 2013-09-27 19:28:07 +00:00
.coverage.rc Coverage 2013-11-24 23:56:34 +01:00
.coveralls.yml Coveralls 2013-11-25 00:08:31 +01:00
.gitignore Clean up: Drop redundant attributes, minor JS clean up, gitignore 2013-04-23 06:33:06 +02:00
.travis.yml Coveralls 2013-11-25 00:08:31 +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 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
setup.py Cleaned up app and project based requirements. 2013-11-24 21:06:46 +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