The Django project driving dpaste.org
Go to file
Darren afd1bdbefe
fix: pygment crashes
Dpaste crashes when something else than plain text is stored.
https://user-images.githubusercontent.com/428000/171509933-116ea4d2-105e-4d75-b731-0d2fad1c8fd7.png

!! This is a temporary fix for the problem described above.

This fixes it by downgrading the pygment version.

Note: I also remove mysqlclient as was an accidental commit.
---

Fixes: https://github.com/DarrenOfficial/dpaste/issues/208
Origin: https://github.com/pygments/pygments/issues/2119

Signed-off-by: Darren <git@darrennathanael.com>
2022-06-02 13:24:03 -04:00
.github deps update (#204) 2022-05-26 03:28:25 -04:00
client revert: js 2022-04-08 07:19:47 -05:00
dpaste Revert "Revert "add the posibility of specifying a url prefix"" (#206) 2022-05-29 13:56:56 -04:00
.dockerignore Dont copy all stuff into docker image 2019-12-18 17:55:08 +01:00
.editorconfig Editorconfig 2019-12-07 09:37:24 +01:00
.gitignore Fix Django 3.0 tests with CSP issues 2019-12-07 12:05:53 +01:00
.node-version chore(deps): update node.js to v12.22.12 (#197) 2022-04-08 20:28:03 -04:00
.python-version merge master into dp4 2022-03-03 03:27:35 -05:00
.travis.yml Fixed travis conf 2019-12-05 12:36:10 +01:00
CODE_OF_CONDUCT.md COC (#182) 2022-03-03 12:53:24 -05:00
CONTRIBUTING.md contributing (#183) 2022-03-03 12:53:50 -05:00
Dockerfile Dependency updates and cleanup. 2020-01-08 13:12:28 +01:00
LICENSE feat: 3.6 2022-03-27 09:17:23 -04:00
MANIFEST.in Update MANIFEST.in 2019-12-08 17:49:27 +01:00
Makefile Fix arguments for sphinx-autobuild in Makefile (#150) 2021-06-27 19:35:19 +02:00
README.md Additional information 2022-03-03 12:31:59 -05:00
docker-compose.yml merge master into dp4 2022-03-03 03:27:35 -05:00
manage.py Document Docker installation 2019-12-07 13:03:18 +01:00
package-lock.json deps update (#204) 2022-05-26 03:28:25 -04:00
package.json deps update (#204) 2022-05-26 03:28:25 -04:00
renovate.json merge master into dp4 2022-03-03 03:27:35 -05:00
setup.cfg fix: pygment crashes 2022-06-02 13:24:03 -04:00
setup.py Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
tox.ini Cache Fixes, Django 4.0 Update 2021-12-13 11:00:40 +01:00

README.md

Dpaste

dpaste image Python CI Docker Image CI 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/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