blob: 5af383b459cb65a0e6d72fdbe4fa3a4e5b819f55 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | # Documentation
This directory contains useful documentation for working with and using our site.
## Table of contents
* [Setup guide](setup.md)
  * [PostgreSQL setup](setup.md#postgresql-setup)
  * [Development with Docker](setup.md#development-with-docker)
  * [Development with `pip`](setup.md#development-with-pip)
> Note: If you're looking to add redirects to the site, the `redirects` app is **NOT** the way to go.
> Convenience redirects should use our [Cloudflare Worker](https://github.com/python-discord/workers/tree/main/short-urls).
> Ask in the server if you have any questions!
 |