The Django project driving dpaste.org
Go to file
Martin Mahner 42812855b2 Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
client Right-To-Left Support 2018-12-19 15:03:15 +01:00
docs Added ipython ext 2019-01-02 13:49:52 +01:00
dpaste Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
.env Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
.gitignore Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
.node-version Updated node-sass, npm 2018-12-19 15:32:34 +01:00
.python-version Fixed StaticInline config 2018-09-17 21:56:52 +02:00
.travis.yml Added Django 2.1 to test list. 2018-09-17 22:17:23 +02:00
CHANGELOG.rst Updated changelog 2018-12-19 16:08:49 +01: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 Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
Pipfile.lock Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
README.rst Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
manage.py dpaste isn't django 2.0 ready yet. 2017-12-12 20:23:43 +01:00
package-lock.json Using sass for node-sass 2018-12-19 15:48:04 +01:00
package.json Using sass for node-sass 2018-12-19 15:48:04 +01:00
runtests.py Removed unicode literals 2018-04-29 12:00:00 +02:00
setup.cfg Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
setup.py Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
tox.ini Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00

README.rst

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