The Django project driving dpaste.org
Find a file
2018-09-17 21:19:24 +02:00
client Code cleanup 2018-06-23 14:31:19 +02:00
docs optimizes raster/vector logos (#109) 2018-07-13 11:43:27 +02:00
dpaste updates wiki link (#110) 2018-08-11 20:31:51 +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
manage.py dpaste isn't django 2.0 ready yet. 2017-12-12 20:23:43 +01:00
MANIFEST.in Fixed set files. 2018-04-29 18:00:50 +02:00
package-lock.json Better JS compression. Added npm start. 2018-06-23 14:32:04 +02:00
package.json Pipenv cleanup 2018-06-23 19:01:22 +02:00
Pipfile Pipenv cleanup 2018-06-23 19:01:22 +02:00
Pipfile.lock Pipenv cleanup 2018-06-23 19:01:22 +02:00
README.rst Updated Readme 2018-06-23 21:18:38 +02:00
runtests.py Removed unicode literals 2018-04-29 12:00:00 +02:00
setup.py Added six to the list of required packages. 2018-09-17 21:19:24 +02:00
tox.ini Added unicode samples to tests. Enforce Python 3 2018-05-01 10:31:01 +02:00

.. _index:

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

.. image:: https://img.shields.io/pypi/v/dpaste.svg
    :target: https://pypi.org/project/dpaste/

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

.. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4
    :target: https://www.codacy.com/app/bartTC/dpaste


dpaste is a pastebin_ application written in Python using the Django
framework. You can find a live installation on `dpaste.de`_.

.. image:: https://raw.githubusercontent.com/bartTC/dpaste/master/docs/_static/dpaste_de_screenshot.png
    :alt: A screenshot of https://dpaste.de/
    :width: 60%

The project is intended to run standalone as any regular Django Project,
but it's also possible to install it into an existing project as a typical
Django application.

The code is open source and available on Github:
https://github.com/bartTC/dpaste. If you found bugs, have problems or ideas with
the project or the website installation, please create an *Issue* there.

dpaste requires at a minimum **Python 3.4** and **Django 1.11**.

Further documentation can be found here: https://docs.elephant.house/dpaste/

.. _dpaste.de: https://dpaste.de/
.. _pastebin: https://en.wikipedia.org/wiki/Pastebin