public
Fork of bartTC/django-paste
Description:
Homepage:
Clone URL: git://github.com/brosner/django-paste.git
name age message
file CHANGELOG Fri Nov 28 07:43:28 -0800 2008 Added a Changelog [bartTC]
file LICENSE Wed Sep 10 03:19:45 -0700 2008 Added setup.py file. Removed global i18n templa... [bartTC]
file MANIFEST.in Fri Nov 28 07:43:28 -0800 2008 Added a Changelog [bartTC]
file README.rst Fri Nov 28 08:10:59 -0800 2008 Modified README for version 0.2 [bartTC]
directory dpaste/ Loading commit data...
file setup.py Fri Nov 28 08:10:59 -0800 2008 Modified README for version 0.2 [bartTC]
README.rst

dpaste - code pastebin application

Originally inspired by dpaste.com this application adds the ability to:

  • See the differences between snippets
  • A history of snippets as a tree
  • See your latest 25 snippets (admin setting)
  • A huge bunch of syntax highlighters (lexers)
  • User defined settings to change the font-family as well as font-sizes
  • Nice colors
  • Multilangual interface
  • per-user defined expiration of snippets

Installation:

  1. Add dpaste to your pythonpath.

  2. Add dpaste to your INSTALLED_APPS in your django project settings.

  3. Add this line to your urlsconf:

    (r'^mypaste/', include('dpaste.urls')),
    

Requirements:

Latest version:

The primary repository is located on Github: http://github.com/bartTC/django-paste/