Merge branch 'main' of github.com:DarrenOfficial/dpaste-docs

This commit is contained in:
Darren Nathanael 2022-03-27 10:01:17 -04:00
commit f29b012a63
No known key found for this signature in database
GPG Key ID: E145327EB72009B4
3 changed files with 6 additions and 22 deletions

View File

@ -1,21 +1,3 @@
# Documentation
---
![dpaste image](https://img.shields.io/pypi/v/dpaste.svg)
![building](https://travis-ci.org/bartTC/dpaste.svg?branch=master)
![Code Quality](https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4)
----
📖 Full documentation on [https://docs.dpaste.org](https://docs.dpaste.org)
dpaste is a [pastebin](https://en.wikipedia.org/wiki/Pastebin) application written in [Python](https://www.python.org/) using the [Django](https://www.djangoproject.com/) framework. You can find a live installation on [dpaste.org.](https://dpaste.org)
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](https://github.com/darrenofficial/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.6 and Django 2.2.
## This project was previously made by [@bartTC](https://github.com/bartTC) and now being continued and maintained by @[DarrenOfficial](https://github.com/DarrenOfficial)
[docs.dpaste.org](https://docs.dpaste.org)

View File

@ -30,4 +30,4 @@ A crontab line might look like:
If you use the *database* session backend, you may also need to setup a crontab that removes the expired entries from the session database.
See the related [Django Documentation](https://docs.djangoproject.com/en/2.0/ref/django-admin/#django-admin-clearsessions) for details.
See the related [Django Documentation](https://docs.djangoproject.com/en/2.0/ref/django-admin/#django-admin-clearsessions) for details.

View File

@ -5,7 +5,9 @@ site_description: >-
dpaste is a pastebin application written in Python using the Django framework.
You can find a live installation on dpaste.org.
repo_url: 'https://github.com/DarrenOfficial/dpaste'
repo_name: 'dpaste'
edit_uri: 'https://github.com/DarrenOfficial/dpaste-docs/edit/main/docs'
logo: 'https://darrennathanael.com/favicon.png'
theme:
palette:
- scheme: slate
@ -73,5 +75,5 @@ extra:
link: 'https://hub.docker.com/r/darrenofficial/dpaste'
generator: true
copyright: >-
© 2009 BartTC
© 2022 Darren Nathanael
© 2013 BartTC
© 2022 Darren Nathanael