Skip to content

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

About

A pastebin web application developed in Python using Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 54.0%
  • HTML 33.0%
  • JavaScript 9.3%
  • CSS 3.1%
  • Other 0.6%