dpaste/dpaste
Martin Mahner 2b402680f8 Allow anybody to delete a snippet.
I got too many requests in the past, most of because people created snippets via the API and can't delete them, or because of legal issues.
2013-07-19 09:54:18 +02:00
..
management Little code cleanup. 2013-03-19 14:08:56 +01:00
migrations Renamed pastebin > dpaste. 2013-03-19 13:33:35 +01:00
static/dpaste Allow anybody to delete a snippet. 2013-07-19 09:54:18 +02:00
templates/dpaste Allow anybody to delete a snippet. 2013-07-19 09:54:18 +02:00
templatetags Added a missing init.py. 2013-03-19 19:26:15 +00:00
tests Added a test hint 2013-03-28 22:56:41 +01:00
urls Allow anybody to delete a snippet. 2013-07-19 09:54:18 +02:00
__init__.py Renamed pastebin > dpaste. 2013-03-19 13:33:35 +01:00
disable.py Renamed pastebin > dpaste. 2013-03-19 13:33:35 +01:00
forms.py Strip content before putting it in the db. 2013-03-22 22:38:39 +01:00
highlight.py Removed print 2013-03-19 20:20:15 +01:00
models.py Don't display the compare button if the snippet has no replies. Fixes issue #6. 2013-03-20 12:58:07 +01:00
settings.py Clickjacking middleware 2013-05-28 23:00:41 +00:00
settings_local.example.py Added some example settings. 2013-03-19 13:55:46 +01:00
smtp.py Added a smtp comment 2013-03-22 19:41:39 +01:00
views.py Allow anybody to delete a snippet. 2013-07-19 09:54:18 +02:00