mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
The Django project driving dpaste.org
ae27acf1f9
Removal of django-mptt and therefor the removal of a tree based snippet list, due to performance reasons with large snippet counts. Snippets still have a 'parent' relation if it's an answer of another snippet, however this is no longer a Nested Set. The UI is simplified too and the user can now only compare an answer to it's parent snippet. I believe this is the major use case anyway. |
||
---|---|---|
.tx | ||
docs | ||
dpaste | ||
server | ||
.coveragerc | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG | ||
LICENSE | ||
manage.py | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
runtests.py | ||
setup.py | ||
tox.ini |
.. image:: https://travis-ci.org/bartTC/dpaste.png?branch=master :target: https://travis-ci.org/bartTC/dpaste .. image:: https://codecov.io/github/bartTC/dpaste/coverage.svg?branch=master :target: https://codecov.io/github/bartTC/dpaste?branch=master ====== dpaste ====== 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/