The Django project driving dpaste.org
Find a file
2018-04-29 17:54:30 +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 inline tag in favor of a separate app. 2018-04-29 17:44:34 +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.rst Renamed changelog for pypi formatting 2018-04-29 17:54:30 +02: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 Codacity badges: 2018-04-29 14:23:02 +02:00
runtests.py Removed unicode literals 2018-04-29 12:00:00 +02:00
setup.py Removed inline tag in favor of a separate app. 2018-04-29 17:44:34 +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://api.codacy.com/project/badge/Coverage/185cfbe9b4b447e59a40f816c4a5ebf4
    :target: https://www.codacy.com/app/bartTC/dpaste?utm_source=github.com&utm_medium=referral&utm_content=bartTC/dpaste&utm_campaign=Badge_Coverage

.. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4
    :target: https://www.codacy.com/app/bartTC/dpaste?utm_source=github.com&utm_medium=referral&utm_content=bartTC/dpaste&utm_campaign=Badge_Grade

======
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/