mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
b6ac14cd1a
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.
20 lines
338 B
Markdown
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
|
|
```
|