mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 23:52:55 +11:00
The Django project driving dpaste.org
8aa1d51146
- Added support for Python 3.9. - Added support for Python 3.10. - Removed cache headers for all views except 404. Due to that snippets can be deleted, it's not trivial to have them removed from upstream caches. - Bump pygments version to 2.11. - update dependency psycopg2-binary to v2.9.3 - Addresses bug in cleanup_snippets script [#191](https://github.com/DarrenOfficial/dpaste/issues/191) - Removed docs, since it's moved to [docs.dpaste.org](https://docs.dpaste.org), [darrenofficial/dpaste-docs](https://github.com/darrenofficial/dpaste-docs) and will be updated there. - Removed changelog from main branched, it's moved to https://docs.dpaste.org/changelog/ Signed-off-by: Darren <git@darrennathanael.com> |
||
---|---|---|
.github | ||
client | ||
dpaste | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.node-version | ||
.python-version | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
manage.py | ||
MANIFEST.in | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json | ||
setup.cfg | ||
setup.py | ||
tox.ini |
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.
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 3.2.
dpaste.org: https://dpaste.org/ pastebin: https://en.wikipedia.org/wiki/Pastebin