Skip to content

Matoking/pastebin-django

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
sql
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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