mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
894 B
894 B
dpaste
dpaste is a Django based pastebin. It's intended to run separatly or installed into an existing Django project.
You can find a live example on http://dpaste.de/
Testing
dpaste is continuously tested on Travis. You can also run the test suite locally with tox:
$ pip install tox
$ tox
A more manual approach is installing it all by hand in a virtual environment. This is also the preferred way local development:
$ pip install -e .
$ pip install -r requirements.txt
$ python runtests.py