A django pastebin application.
Project description
Originally inspired by dpaste.com this application adds the ability to:
See the differences between snippets
A history of snippets as a tree
See your latest 25 snippets (admin setting)
A huge bunch of syntax highlighters (lexers)
User defined settings to change the font-family as well as font-sizes
Nice colors
Multilangual interface
per-user defined expiration of snippets
Installation:
Add dpaste to your pythonpath.
Add dpaste to your INSTALLED_APPS in your django project settings.
Add this line to your urlsconf:
(r'^mypaste/', include('dpaste.urls')),
Requirements:
django-mptt for the nested-set history tree
Pygments for syntax highlighting
Latest version:
The primary repository is located on Github: http://github.com/bartTC/django-paste/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-dpaste-0.2.tar.gz
.
File metadata
- Download URL: django-dpaste-0.2.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 113399da6c46fc0c6521849efc76fb13cc498dc9cf92340ada32d85e04a89bdf |
|
MD5 | 2bb054d254f21fc7e6293d95342efb9b |
|
BLAKE2b-256 | df3f0d3f8bc7719a17d6bd6ada4fb7f78d7292a571bd198f25ab6d0c04acf65c |