The Django project driving dpaste.org
Go to file
Martin Mahner 2666c90400 Pyformat and changelog fixes. 2019-05-16 10:49:58 +02:00
client Right-To-Left Support 2018-12-19 15:03:15 +01:00
docs Added note that Misaka requires dev python headers. Closes #117. 2019-01-25 13:49:25 +01:00
dpaste v3.1. Django 2.2 tests. 2019-05-16 09:44:11 +02: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 Travis xenial for all Python versions. 2019-05-16 09:50:04 +02:00
CHANGELOG.rst Pyformat and changelog fixes. 2019-05-16 10:49:58 +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 Cleanup fix 2019-02-03 11:57:02 +01:00
Pipfile.lock Version bump 2019-02-03 12:25:56 +01:00
README.rst Pypi Description Fixes 2019-05-16 10:07:21 +02: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 Pyformat and changelog fixes. 2019-05-16 10:49:58 +02:00
setup.py Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
tox.ini v3.1. Django 2.2 tests. 2019-05-16 09:44:11 +02: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