The Django project driving dpaste.org
Go to file
Martin Mahner 27ff3fb89e Editorconfig 2019-12-07 09:37:24 +01:00
client Break superlongwordswhichextendthecanvas. Fixes #132 2019-12-05 12:07:18 +01:00
docs Snippets are deleted as soon as they exceed their expiration time. 2019-12-07 07:13:22 +01:00
dpaste Don't expose production url. 2019-12-07 07:50:29 +01:00
.editorconfig Editorconfig 2019-12-07 09:37:24 +01: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 Use latest node for local development. 2019-12-05 11:35:04 +01:00
.python-version Update pyenv version list. 2019-12-05 09:39:44 +01:00
.travis.yml Fixed travis conf 2019-12-05 12:36:10 +01:00
CHANGELOG.rst Don't expose production url. 2019-12-07 07:50:29 +01:00
LICENSE Numerous fixes around package management. Kudos to @koobs. 2013-12-14 13:17:53 +01:00
MANIFEST.in Remove local config from package. 2019-09-12 09:13:17 +02:00
Pipfile Quote cleanup, fStrings and Deprecation fixes. 2019-12-07 07:20:52 +01:00
Pipfile.lock New AppConfig settings APPLICATION_NAME and EXTRA_HEAD_HTML 2019-12-05 11:36:24 +01:00
README.rst Drop support for Py3.5 and Django <2.2 2019-12-05 12:27:51 +01:00
manage.py dpaste isn't django 2.0 ready yet. 2017-12-12 20:23:43 +01:00
package-lock.json Bump mixin-deep from 1.3.1 to 1.3.2 (#131) 2019-11-09 09:43:11 +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 Fixed sphinx docs 2019-12-05 12:32:46 +01:00
setup.py Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
tox.ini Drop support for Py3.5 and Django <2.2 2019-12-05 12:27:51 +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

----

📖 Full documentation on https://dpaste.readthedocs.io/

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.6 and Django 2.2.

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