mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 23:52:55 +11:00
The Django project driving dpaste.org
fe336b9bde
Signed-off-by: Darren <git@darrennathanael.com> |
||
---|---|---|
.github | ||
client | ||
docs | ||
dpaste | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.rst | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
manage.py | ||
MANIFEST.in | ||
package-lock.json | ||
package.json | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
tox.ini |
====== 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