dpaste/README.md
Timo Tijhof b6ac14cd1a Readme: Promote dpaste.de instead of www.dpaste.de
This doesn't fix #16, but I figured I could at least make it
consistent within the code. A grep count tells me dpaste.de
is used everywhere except here.

(www.)dpaste.org is not mentioned anywhere.
2013-04-23 06:33:19 +02:00

20 lines
338 B
Markdown

======
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
=======
![](https://api.travis-ci.org/bartTC/dpaste.png)
```
$ pip install -r requirements.txt
$ pip install -e .
$ manage.py test dpaste
```