dpaste
Django-based pastebin for sharing text snippets

dpaste is a pastebin application built with Python and Django for publishing and sharing text snippets. It is designed to run as a standalone Django site, or to be integrated into an existing Django project as a reusable app.
Key Features
- Create and publish text pastes for easy sharing
- Web UI for submitting and viewing pastes
- Can run as a regular Django project or be embedded into another Django project
- Container-friendly deployment (Docker support)
Use Cases
- Sharing logs and configuration snippets during support or incident response
- Exchanging code snippets in teams without using a full code forge
- Hosting a private paste service for an organization or homelab
Limitations and Considerations
- Public instances may require strong abuse prevention and moderation processes due to potential malicious content submissions
- Requires a modern Python and Django version (at least Python 3.9 and Django 3.2)
dpaste is a practical choice for anyone who wants a straightforward, self-managed paste service with the flexibility of Django-based customization and deployments. It fits both small private deployments and larger installations that need integration into an existing Django stack.
Categories:
Tags:
Tech Stack:
Similar Services

asciinema
Command-line terminal session recorder and web player
Open-source CLI for recording, replaying and live-streaming terminal sessions using lightweight asciicast files and an embeddable web player.

PrivateBin
Zero-knowledge encrypted pastebin with browser-side AES encryption
PrivateBin is a minimalist zero-knowledge pastebin that encrypts and decrypts pastes in the browser, with optional passwords, expiration, discussions, and file uploads.
MicroBin
Secure pastebin for text and file sharing with URL shortening
MicroBin is a lightweight, secure pastebin for sharing text, files, and short URLs with optional encryption, expiration controls, and raw file serving.

Opengist
Self-hosted Git-backed pastebin and Gist-compatible code snippet manager
Self-hosted pastebin powered by Git. Create, share and manage public, unlisted or private code snippets with syntax highlighting, Git push/pull, OAuth logins and Docker/H...

Onetime Secret
Self-destructing service for sharing single-use encrypted secrets
Open-source web and API service to create encrypted, single-view links for sharing secrets with configurable expiry and optional passphrase protection.


ByteStash
Self-hosted web app for storing and organizing code snippets
ByteStash is a self-hosted snippet manager for creating, editing, and filtering code snippets with secure storage in SQLite and an optional API with Swagger UI.
JavaScript
Django
HTML
Docker
SCSS
Python