diff options
author | 2018-11-06 19:15:28 +0100 | |
---|---|---|
committer | 2018-11-06 19:15:28 +0100 | |
commit | 0f4a698553c5ef96ff0e3274c3bb09cc7fbac212 (patch) | |
tree | d9c92508f75cdfaba514afee72e612274d452ca3 /README.md | |
parent | Merge branch 'special_snakes' into 'django' (diff) |
Inform about issues and setup help in README.
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). |