diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,5 +3,9 @@ This is all of the code that is responsible for maintaining [our website](https://pythondiscord.com), and all of its subdomains. +The website is built on Django and should be simple to set up and get started with. +If you happen to run into issues with setup, please don't hesitate to open an issue! + If you're looking to contribute or play around with the code, -take a look at the [`docs` directory](docs). +take a look at the [`docs` directory](docs). If you're looking for things +to do, check out [our issues](https://gitlab.com/python-discord/projects/site/issues). |