The Django project driving dpaste.org
Go to file
Martin Mahner 25d4a74e94 Bump up version 2019-08-04 20:57:22 +02:00
client Use CTRL+Enter on Linux (#121) 2019-06-13 14:29:14 +02:00
docs Update standalone_installation.rst 2019-07-12 20:21:13 +02:00
dpaste Bump up version 2019-08-04 20:57:22 +02:00
.env Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
.gitignore Ship compiled static files with Pypi package. #125 2019-07-12 16:14:18 +02:00
.node-version Updated node-sass, npm 2018-12-19 15:32:34 +01:00
.python-version Version 3.2 2019-06-24 11:27:31 +02:00
.travis.yml Travis xenial for all Python versions. 2019-05-16 09:50:04 +02:00
CHANGELOG.rst Ship compiled static files with Pypi package. #125 2019-07-12 16:14:18 +02:00
LICENSE Numerous fixes around package management. Kudos to @koobs. 2013-12-14 13:17:53 +01:00
MANIFEST.in Exclude local settings. 2019-08-04 20:55:56 +02:00
Pipfile isort config that's aligned with black settings. 2019-07-23 11:09:45 +02: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 Ship compiled static files with Pypi package. #125 2019-07-12 16:14:18 +02:00
runtests.py Removed unicode literals 2018-04-29 12:00:00 +02:00
setup.cfg isort config that's aligned with black settings. 2019-07-23 11:09:45 +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