https://github.com/matoking/pastebin-django
A pastebin web application developed in Python using Django
https://github.com/matoking/pastebin-django
Last synced: about 1 year ago
JSON representation
A pastebin web application developed in Python using Django
- Host: GitHub
- URL: https://github.com/matoking/pastebin-django
- Owner: Matoking
- License: unlicense
- Created: 2015-03-12T12:47:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T09:31:40.000Z (over 10 years ago)
- Last Synced: 2025-04-14T17:04:31.433Z (about 1 year ago)
- Language: Python
- Size: 1.26 MB
- Stars: 13
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pastebin-django
===
A pastebin web application developed in Django featuring plenty of features, including:
* User registration, allowing pastes to be updated and removed
* Syntax highlighting (server-side Pygments used for unencrypted pastes, client-side Prism JS library for encrypted pastes)
* Paste encryption using Stanford Javascript Crypto Library
* Hidden pastes
* Paste versioning and history
* Feature to report pastes to site administrators
* Paste favoriting
* Paste comments
Looking for the old version of pastebin-django as it was developed for Tsoha2015? [Check it out here.](https://github.com/Matoking/pastebin-django/tree/tsoha)
Credits
--
pastebin-django is built on the Django web framework
[Django](https://www.djangoproject.com/)
and it uses the following JavaScript libraries
[Stanford Javascript Crypto Library](https://github.com/bitwiseshiftleft/sjcl)
[Prism](http://prismjs.com/)
[JQuery](http://jquery.com/)
[Timeago](http://timeago.yarp.com/)
[Readmore.js](http://jedfoster.com/Readmore.js/)