Skip to content

Matoking/pastebin-django

Repository files navigation

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.

Credits

pastebin-django is built on the Django web framework

Django

and it uses the following JavaScript libraries

Stanford Javascript Crypto Library Prism JQuery Timeago Readmore.js