The Django project driving dpaste.org
Find a file
Martin Mahner 2b402680f8 Allow anybody to delete a snippet.
I got too many requests in the past, most of because people created snippets via the API and can't delete them, or because of legal issues.
2013-07-19 09:54:18 +02:00
dpaste Allow anybody to delete a snippet. 2013-07-19 09:54:18 +02:00
server Added a https www-to-non-www redirect. 2013-06-05 20:44:31 +02:00
.gitignore Clean up: Drop redundant attributes, minor JS clean up, gitignore 2013-04-23 06:33:06 +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 Readme: Promote dpaste.de instead of www.dpaste.de 2013-04-23 06:33:19 +02:00
requirements.txt Create a Github gist from a snippet. 2013-06-05 19:40:41 +02:00
setup.py Bumped up version 2013-05-31 11:48:48 +02: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