mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 23:52:55 +11:00
24 lines
1.4 KiB
Markdown
24 lines
1.4 KiB
Markdown
Dpaste
|
|
---
|
|
![dpaste image](https://img.shields.io/pypi/v/dpaste.svg)
|
|
[![Python CI](https://github.com/DarrenOfficial/dpaste/actions/workflows/python.yml/badge.svg)](https://github.com/DarrenOfficial/dpaste/actions/workflows/python.yml)
|
|
[![Docker Image CI](https://github.com/DarrenOfficial/dpaste/actions/workflows/docker.yml/badge.svg)](https://hub.docker.com/r/darrenofficial/dpaste)
|
|
![Code Quality](https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4)
|
|
|
|
----
|
|
|
|
📖 Full documentation on [https://docs.dpaste.org](https://docs.dpaste.org)
|
|
|
|
|
|
dpaste is a [pastebin](https://en.wikipedia.org/wiki/Pastebin) application written in [Python](https://www.python.org/) using the [Django](https://www.djangoproject.com/) framework. You can find a live installation on [dpaste.org.](https://dpaste.org)
|
|
|
|
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](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 3.2.
|
|
|
|
|
|
dpaste.org: https://dpaste.org/
|
|
pastebin: https://en.wikipedia.org/wiki/Pastebin
|