An open API service indexing awesome lists of open source software.

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

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/)