Go to file
Darren Nathanael e35bf2d170
LICENSE
2021-12-28 05:43:34 -05:00
docs changed to png instead of rasterized svg. 2021-12-27 11:14:43 -05:00
LICENSE LICENSE 2021-12-28 05:43:34 -05:00
README.md created readme for readme. 2021-12-27 10:49:44 -05:00
mkdocs.yml Initial commit 2021-12-27 01:57:42 -05:00
requirements.txt requirements for python deps 2021-12-27 10:43:51 -05:00
runtime.txt cloudflare python version 🐍 2021-12-27 10:43:09 -05:00

README.md

Documentation


dpaste image building Code Quality


📖 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.

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.

This project was previously made by @bartTC and now being continued and maintained by @DarrenOfficial