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
Add
dpaste
to your pythonpath.Add
dpaste
to yourINSTALLED_APPS
in your django project settings.Add this line to your urlsconf:
(r'^mypaste/', include('dpaste.urls')),
- django-mptt for the nested-set history tree
- Pygments for syntax highlighting
The primary repository is located on Github: http://github.com/bartTC/django-paste/