The Django project driving dpaste.org
Go to file
Martin Mahner 7ec3e94471 Version 3.0! 2018-06-22 13:41:48 +02:00
client Removed unicode literals 2018-04-29 12:00:00 +02:00
docs Added local settings AppConfig Example. 2018-06-22 12:56:52 +02:00
dpaste API Formatter fixes 2018-06-22 13:21:08 +02:00
.coveragerc Dont cover wsgi files. 2017-01-20 12:00:53 +01:00
.env Added local settings AppConfig Example. 2018-06-22 12:56:52 +02: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 Version 3.0! 2018-06-22 13:41:48 +02:00
LICENSE Numerous fixes around package management. Kudos to @koobs. 2013-12-14 13:17:53 +01:00
MANIFEST.in Fixed set files. 2018-04-29 18:00:50 +02:00
Pipfile Use setup.py to maintain all packages. 2018-06-22 11:42:00 +02:00
Pipfile.lock Use setup.py to maintain all packages. 2018-06-22 11:42:00 +02:00
README.rst Codacity badges: 2018-04-29 14:23:02 +02:00
manage.py dpaste isn't django 2.0 ready yet. 2017-12-12 20:23:43 +01:00
package-lock.json Updated npm 2018-06-22 13:41:41 +02:00
package.json Updated npm 2018-06-22 13:41:41 +02:00
runtests.py Removed unicode literals 2018-04-29 12:00:00 +02:00
setup.py Version 3.0! 2018-06-22 13:41:48 +02:00
tox.ini Added unicode samples to tests. Enforce Python 3 2018-05-01 10:31:01 +02:00

README.rst

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