mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added a simple README [ci skip]
This commit is contained in:
parent
d3b2ff8f37
commit
04e54be2aa
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue