dpaste/docs/index.rst

51 lines
1.4 KiB
ReStructuredText
Raw Normal View History

2018-06-24 05:12:46 +10:00
.. _index:
2013-12-18 21:28:45 +11:00
======
dpaste
======
2018-06-24 05:12:46 +10:00
.. image:: https://img.shields.io/pypi/v/dpaste.svg
:target: https://pypi.org/project/dpaste/
.. image:: https://travis-ci.org/bartTC/dpaste.svg?branch=master
:target: https://travis-ci.org/bartTC/dpaste
.. image:: https://api.codacy.com/project/badge/Coverage/185cfbe9b4b447e59a40f816c4a5ebf4
:target: https://www.codacy.com/app/bartTC/dpaste
.. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4
:target: https://www.codacy.com/app/bartTC/dpaste
2013-12-18 20:56:50 +11:00
2018-06-24 05:12:46 +10:00
dpaste is a pastebin_ application written in Python using the Django
framework. You can find a live installation on `dpaste.de`_.
2013-12-18 20:56:50 +11:00
2018-06-24 05:12:46 +10:00
.. image:: _static/dpaste_de_screenshot.png
:alt: A screenshot of https://dpaste.de/
:width: 60%
The project is intended to run standalone as any regular Django Project,
but it's also possible to install it into an existing project as a typical
Django application.
The code is open source and available on Github:
https://github.com/bartTC/dpaste. If you found bugs, have problems or ideas with
the project or the website installation, please create an *Issue* there.
dpaste requires at a minimum **Python 3.4** and **Django 1.11**.
Documentation
=============
2013-12-18 20:56:50 +11:00
.. toctree::
2014-01-12 02:00:11 +11:00
:maxdepth: 1
2013-12-18 20:56:50 +11:00
2018-06-24 05:12:46 +10:00
standalone_installation
project_installation
management_commands
2013-12-18 21:28:45 +11:00
settings
2014-01-07 23:36:02 +11:00
api
2013-12-18 20:56:50 +11:00
2018-06-24 05:12:46 +10:00
.. _dpaste.de: https://dpaste.de/
.. _pastebin: https://en.wikipedia.org/wiki/Pastebin