The Django project driving dpaste.org
Go to file
Darren 8aa1d51146
feat: 3.6
- 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>
2022-03-27 09:17:23 -04:00
.github chore(deps): update actions/checkout action to v3 (#188) 2022-03-15 16:10:25 -04:00
client fix: there is no module with the namespace "math" 2022-03-03 02:16:51 -05:00
dpaste Addresses bug in cleanup_snippets script related to non-integer values for EXPIRE_DEFAULT (#192) 2022-03-22 17:30:24 -05: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 feat: node-version 2022-03-03 03:15:03 -05: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 Pin dependencies (#174) 2022-03-03 12:37:16 -05:00
package.json Pin dependencies (#174) 2022-03-03 12:37:16 -05:00
renovate.json merge master into dp4 2022-03-03 03:27:35 -05:00
setup.cfg feat: 3.6 2022-03-27 09:17:23 -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