The Django project driving dpaste.org
Go to file
Martin Mahner 49ca2d7631 Cache Fixes, Django 4.0 Update 2021-12-13 11:00:40 +01:00
.github Create codeql-analysis.yml 2020-07-29 05:42:10 +02:00
client Details view mobile improvement. 2019-12-08 23:08:03 +01:00
docs Fixed API docs. Closes #142 2020-05-18 12:20:23 +02:00
dpaste Cache Fixes, Django 4.0 Update 2021-12-13 11:00:40 +01:00
.dockerignore Dont copy all stuff into docker image 2019-12-18 17:55:08 +01:00
.editorconfig Editorconfig 2019-12-07 09:37:24 +01:00
.gitignore Fix Django 3.0 tests with CSP issues 2019-12-07 12:05:53 +01:00
.travis.yml Fixed travis conf 2019-12-05 12:36:10 +01:00
CHANGELOG.rst Cache Fixes, Django 4.0 Update 2021-12-13 11:00:40 +01:00
Dockerfile Dependency updates and cleanup. 2020-01-08 13:12:28 +01:00
LICENSE Numerous fixes around package management. Kudos to @koobs. 2013-12-14 13:17:53 +01:00
MANIFEST.in Update MANIFEST.in 2019-12-08 17:49:27 +01:00
Makefile Fix arguments for sphinx-autobuild in Makefile (#150) 2021-06-27 19:35:19 +02:00
README.rst Update README.rst 2019-12-08 19:15:25 +01:00
docker-compose.yml Try to automate migrations. 2019-12-07 12:21:04 +01:00
manage.py Document Docker installation 2019-12-07 13:03:18 +01:00
package-lock.json Update JS packages to their latest version. 2021-12-13 07:33:01 +01:00
package.json Update JS packages to their latest version. 2021-12-13 07:33:01 +01:00
setup.cfg New dependencies 2021-12-13 07:31:26 +01:00
setup.py Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
tox.ini Cache Fixes, Django 4.0 Update 2021-12-13 11:00:40 +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