The Django project driving dpaste.org
Find a file
2014-01-24 13:21:27 +00:00
docs One time tests and docs. 2014-01-21 13:12:03 +01:00
dpaste Fixed display of tabs in normal/wordwrap mode 2014-01-24 13:20:57 +00:00
server Added newrelic support 2013-11-30 11:33:54 +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 Added docs. 2013-12-18 11:28:45 +01:00
.travis.yml Restrict Travis to build master and develop only. No need to con-test feature branches 2013-12-02 21:31:32 +01:00
CHANGELOG 2.5 Release. 2014-01-21 21:13:37 +01:00
LICENSE Numerous fixes around package management. Kudos to @koobs. 2013-12-14 13:17:53 +01:00
manage.py Removed my private info. 2013-11-29 19:35:23 +01:00
MANIFEST.in Add docs to distribution. 2013-12-18 11:41:27 +01:00
README.rst Typo fixes 2013-12-18 11:57:54 +01:00
requirements.txt Added option to keep snippets forever. 2014-01-11 16:00:11 +01:00
runtests.py Fixed tox version 2013-11-26 12:29:34 +01:00
setup.py 2.5 Release. 2014-01-21 21:13:37 +01:00
tox.ini Support for python setup.py test to run the tox suite. 2013-12-18 10:06:22 +01:00

======
dpaste
======

.. image:: https://travis-ci.org/bartTC/dpaste.png?branch=master
    :target: https://travis-ci.org/bartTC/dpaste
.. image:: https://coveralls.io/repos/bartTC/dpaste/badge.png?branch=master
    :target: https://coveralls.io/r/bartTC/dpaste?branch=master

dpaste is a Django based pastebin. It's intended to run separately but its also
possible to be installed into an existing Django project like a regular app.

You can find a live example on http://dpaste.de/

Further documentation can be found here: http://dpaste.readthedocs.org/en/latest/