2018-06-24 05:18:38 +10:00
|
|
|
======
|
|
|
|
dpaste
|
|
|
|
======
|
|
|
|
|
|
|
|
.. image:: https://img.shields.io/pypi/v/dpaste.svg
|
2019-05-16 18:07:21 +10:00
|
|
|
:target: https://pypi.org/project/dpaste/
|
2018-06-24 05:18:38 +10:00
|
|
|
|
2021-12-28 21:39:00 +11:00
|
|
|
.. image:: https://github.com/DarrenOfficial/dpaste/actions/workflows/building.yml/badge.svg
|
|
|
|
:target: https://github.com/DarrenOfficial/dpaste/blob/master/.github/workflows/building.yml
|
2018-04-29 22:23:02 +10:00
|
|
|
|
|
|
|
.. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4
|
2019-05-16 18:07:21 +10:00
|
|
|
:target: https://www.codacy.com/app/bartTC/dpaste
|
2013-03-23 08:54:41 +11:00
|
|
|
|
2019-11-24 19:56:13 +11:00
|
|
|
----
|
|
|
|
|
2021-12-28 03:03:21 +11:00
|
|
|
📖 Full documentation on https://docs.dpaste.org
|
2019-11-24 19:56:13 +11:00
|
|
|
|
2018-06-24 05:18:38 +10:00
|
|
|
dpaste is a pastebin_ application written in Python using the Django
|
2021-12-28 03:00:53 +11:00
|
|
|
framework. You can find a live installation on `dpaste.org`_.
|
2018-06-24 05:12:46 +10:00
|
|
|
|
2021-12-28 21:39:00 +11:00
|
|
|
.. image:: https://cdn.darrennathanael.com/assets/dpaste/dpaste.png
|
2021-12-28 03:00:53 +11:00
|
|
|
:alt: A screenshot of https://dpaste.org/
|
2019-05-16 18:07:21 +10:00
|
|
|
:width: 60%
|
2018-06-24 05:18:38 +10:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2021-12-28 21:39:00 +11:00
|
|
|
The code is open source and available on Github: https://github.com/DarrenOfficial/dpaste.
|
2019-05-16 18:07:21 +10:00
|
|
|
If you found bugs, have problems or ideas with the project or the website installation,
|
|
|
|
please create an *Issue* there.
|
2018-06-24 05:18:38 +10:00
|
|
|
|
2019-12-05 22:27:51 +11:00
|
|
|
⚠️ dpaste requires at a minimum Python 3.6 and Django 2.2.
|
|
|
|
|
2021-12-28 03:00:53 +11:00
|
|
|
.. _dpaste.org: https://dpaste.org/
|
2018-06-24 05:18:38 +10:00
|
|
|
.. _pastebin: https://en.wikipedia.org/wiki/Pastebin
|