Added a simple README [ci skip]

This commit is contained in:
Martin Mahner 2013-03-22 22:54:41 +01:00
parent d3b2ff8f37
commit 04e54be2aa

View file

@ -0,0 +1,20 @@
======
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://www.dpaste.de/
Testing
=======
![](https://api.travis-ci.org/bartTC/dpaste.png)
```
$ pip install -r requirements.txt
$ pip install -e .
$ manage.py test dpaste --settings=dpaste.settings_test
```