The Django project driving dpaste.org
Find a file
2017-01-21 14:45:51 +01:00
.tx Added Transifex script configuration 2014-10-27 15:16:04 -02:00
docs Merge branch 'master' into cleanup 2017-01-21 14:45:51 +01:00
dpaste Merge branch 'master' into cleanup 2017-01-21 14:45:51 +01:00
server Make Webalizer work with rotated logfiles. 2016-06-18 10:54:20 +00:00
.coveragerc Dont cover wsgi files. 2017-01-20 12:00:53 +01:00
.gitignore Added docs. 2013-12-18 11:28:45 +01:00
.travis.yml Added all current Python3 interpreter for testing. This is now in line with Django's testing scheme. 2017-01-19 13:34:07 +01:00
CHANGELOG Merge branch 'master' into cleanup 2017-01-21 14:45:51 +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 Update README.rst 2017-01-20 13:28:02 +01:00
requirements.txt Merge branch 'master' into cleanup 2017-01-21 14:45:51 +01:00
runtests.py Added all ctx processors to test runner. 2017-01-20 13:05:30 +01:00
setup.py Merge branch 'master' into cleanup 2017-01-21 14:45:51 +01:00
tox.ini Bumped up to v2.13 2017-01-20 11:53:40 +01:00

.. image:: https://travis-ci.org/bartTC/dpaste.svg?branch=master
    :target: https://travis-ci.org/bartTC/dpaste

.. image:: https://codecov.io/github/bartTC/dpaste/coverage.svg?branch=master
    :target: https://codecov.io/github/bartTC/dpaste?branch=master

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

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/