The Django project driving dpaste.org
Find a file
Martin Mahner 8db8977910 Create a Github gist from a snippet.
I'm not yet sure how useful it is, since its creates Gists in a anomymous space and not under your account, but if you want to save Snippets permanently, thats the way to go.
2013-06-05 19:40:41 +02:00
dpaste Create a Github gist from a snippet. 2013-06-05 19:40:41 +02:00
server Removed message 2013-05-31 09:47:02 +00: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