The Django project driving dpaste.org
Find a file
2014-12-12 22:58:06 +01:00
.tx Added Transifex script configuration 2014-10-27 15:16:04 -02:00
docs Apparently you no longer need a ‚fake‘ lazy lambda and can use ugettext right away in the settings. 2014-10-28 12:14:30 +01:00
dpaste Apply network block middleware on all POSTs 2014-12-12 22:58:06 +01:00
server Rate limiting; allow 2r/s so we can do a POST and GET of a snippet faster 2014-12-12 21:30:15 +00:00
.coverage.rc Omit settings from coverage. 2013-11-25 23:30:08 +01:00
.coveralls.yml Coveralls 2013-11-25 00:08:31 +01:00
.gitignore Added docs. 2013-12-18 11:28:45 +01:00
.travis.yml Updated Django versions to test against. Removed Django 1.5 since its no longer supported by Django itself. Some Django 1.7 improvements. 2014-10-28 11:52:04 +01:00
CHANGELOG Further cleanup of all „One-Time snippet“ strings. 2014-10-28 12:05:47 +01:00
LICENSE Numerous fixes around package management. Kudos to @koobs. 2013-12-14 13:17:53 +01:00
manage.py Removed my private info. 2013-11-29 19:35:23 +01:00
MANIFEST.in Add docs to distribution. 2013-12-18 11:41:27 +01:00
README.rst Added flattr button 2014-02-28 18:33:24 +01:00
requirements.txt Updated Django versions to test against. Removed Django 1.5 since its no longer supported by Django itself. Some Django 1.7 improvements. 2014-10-28 11:52:04 +01:00
runtests.py Updated Django versions to test against. Removed Django 1.5 since its no longer supported by Django itself. Some Django 1.7 improvements. 2014-10-28 11:52:04 +01:00
setup.py Prepared for next release. 2014-08-02 13:08:15 +02:00
tox.ini Updated Django versions to test against. Removed Django 1.5 since its no longer supported by Django itself. Some Django 1.7 improvements. 2014-10-28 11:52:04 +01:00

======
dpaste
======

.. image:: https://travis-ci.org/bartTC/dpaste.png?branch=master
    :target: https://travis-ci.org/bartTC/dpaste
.. image:: https://coveralls.io/repos/bartTC/dpaste/badge.png?branch=master
    :target: https://coveralls.io/r/bartTC/dpaste?branch=master
.. image:: https://api.flattr.com/button/flattr-badge-large.png
    :target: https://flattr.com/submit/auto?user_id=bartTC&url=https%3A%2F%2Fgithub.com%2FbartTC%2Fdpaste

dpaste is a Django based pastebin. It's intended to run separately but its also
possible to be installed into an existing Django project like a regular app.

You can find a live example on http://dpaste.de/

Further documentation can be found here: http://dpaste.readthedocs.org/en/latest/