The Django project driving dpaste.org
Find a file
Darren d1bbf9aa5f
Docker Latest Tag
added latest tag for docker builds
2022-01-10 12:47:29 -05:00
.github Docker Latest Tag 2022-01-10 12:47:29 -05:00
client Details view mobile improvement. 2019-12-08 23:08:03 +01:00
docs Revert "request to dpaste.org yields dpaste.org URL (#158)" 2021-12-27 16:05:29 +00:00
dpaste Fixed typo. Resolved #157 2021-12-28 23:10:10 -05: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
.node-version Update Node.js to v12.22.8 (#163) 2022-01-08 21:06:16 -05: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 Moved domain from dpaste.de to dpaste.org 2021-12-27 16:00:53 +00:00
docker-compose.yml Try to automate migrations. 2019-12-07 12:21:04 +01:00
Dockerfile Dependency updates and cleanup. 2020-01-08 13:12:28 +01:00
LICENSE Copyright 2021-12-28 05:29:19 -05:00
Makefile Fix arguments for sphinx-autobuild in Makefile (#150) 2021-06-27 19:35:19 +02:00
manage.py Document Docker installation 2019-12-07 13:03:18 +01:00
MANIFEST.in Update MANIFEST.in 2019-12-08 17:49:27 +01:00
package-lock.json Moved domain from dpaste.de to dpaste.org 2021-12-27 16:00:53 +00:00
package.json Drop pipenv in favor of Docker/Virtualenv. 2019-12-07 11:37:30 +01:00
README.rst dpaste change info badge, and github url 2021-12-28 05:39:00 -05:00
renovate.json Configured renovate bot 2022-01-01 15:29:14 -05:00
setup.cfg Use Black's default line length of 88 2020-01-08 13:19:52 +01:00
setup.py Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
tox.ini Update tox.ini 2021-03-05 07:43:06 +01:00

======
dpaste
======

.. image:: https://img.shields.io/pypi/v/dpaste.svg
   :target: https://pypi.org/project/dpaste/

.. image:: https://github.com/DarrenOfficial/dpaste/actions/workflows/building.yml/badge.svg
   :target: https://github.com/DarrenOfficial/dpaste/blob/master/.github/workflows/building.yml

.. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4
   :target: https://www.codacy.com/app/bartTC/dpaste

----

📖 Full documentation on https://docs.dpaste.org

dpaste is a pastebin_ application written in Python using the Django
framework. You can find a live installation on `dpaste.org`_.

.. image:: https://cdn.darrennathanael.com/assets/dpaste/dpaste.png
   :alt: A screenshot of https://dpaste.org/
   :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/DarrenOfficial/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.org: https://dpaste.org/
.. _pastebin: https://en.wikipedia.org/wiki/Pastebin