mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
The Django project driving dpaste.org
85a02edb8f
- The site name in the titles and "about" page can be changed from dpaste.de - The Gist feature can be disabled (both the UI and the code that does the POST) - A different URL can be given for jquery(.min).js besides google, such as beside the local static files |
||
---|---|---|
docs | ||
dpaste | ||
server | ||
.coverage.rc | ||
.coveralls.yml | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG | ||
LICENSE | ||
manage.py | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
runtests.py | ||
setup.py | ||
tox.ini |
====== 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/