mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
20 lines
343 B
Markdown
20 lines
343 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://www.dpaste.de/
|
|
|
|
|
|
Testing
|
|
=======
|
|
|
|
![](https://api.travis-ci.org/bartTC/dpaste.png)
|
|
|
|
```
|
|
$ pip install -r requirements.txt
|
|
$ pip install -e .
|
|
$ manage.py test dpaste
|
|
```
|