The Django project driving dpaste.org
Find a file
2018-04-29 12:00:21 +02:00
.tx Added Transifex script configuration 2014-10-27 15:16:04 -02:00
client Removed unicode literals 2018-04-29 12:00:00 +02:00
docs Require Python3 across the board. Removed unicode 2018-04-29 11:47:24 +02:00
dpaste Removed unicode literals 2018-04-29 12:00:00 +02:00
.coveragerc Dont cover wsgi files. 2017-01-20 12:00:53 +01:00
.gitignore More generic code cleanup 2018-03-24 08:56:38 +01:00
.travis.yml Removed py37 from testsuite. 3rd party packages are not ready yet. 2018-04-29 12:00:21 +02:00
CHANGELOG Merge branch 'master' into v3 2018-03-12 16:49:26 +01:00
LICENSE Numerous fixes around package management. Kudos to @koobs. 2013-12-14 13:17:53 +01:00
manage.py dpaste isn't django 2.0 ready yet. 2017-12-12 20:23:43 +01:00
MANIFEST.in Add docs to distribution. 2013-12-18 11:41:27 +01:00
package-lock.json Redesign 🚀 2018-03-24 08:57:05 +01:00
package.json Fixed postinstall script 2018-03-24 10:23:48 +01:00
Pipfile Markdown Rendering Support 2018-04-05 21:18:22 +02:00
Pipfile.lock Markdown Rendering Support 2018-04-05 21:18:22 +02:00
README.rst Update README.rst 2017-01-20 13:28:02 +01:00
runtests.py Removed unicode literals 2018-04-29 12:00:00 +02:00
setup.py Require Python3 across the board. Removed unicode 2018-04-29 11:47:24 +02:00
tox.ini Require Python3 across the board. Removed unicode 2018-04-29 11:47:24 +02: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/