diff options
| author | Andrew Northall <andrew@northall.me.uk> | 2023-06-25 04:38:52 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-06-26 05:28:28 +0200 |
| commit | fcc5091b4a7c29e2912f6c8b2e0ebc64f4853457 (patch) | |
| tree | 956506427a7108fb95de249469ab28b0b3f9b464 /README.rst | |
| parent | 38cde27a89d6341722f4a7b434a1535a6fa9abb7 (diff) | |
Fixed #34678 -- Added Django Forum and Discord server to README.rst.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 6d0940d88e..e0baa8a1f7 100644 --- a/README.rst +++ b/README.rst @@ -30,11 +30,15 @@ ticket here: https://code.djangoproject.com/newticket To get more help: * Join the ``#django`` channel on ``irc.libera.chat``. Lots of helpful people - hang out there. See https://web.libera.chat if you're new to IRC. + hang out there. `Webchat is available <https://web.libera.chat/#django>`_. * Join the django-users mailing list, or read the archives, at https://groups.google.com/group/django-users. +* Join the `Django Discord community <https://discord.gg/xcRH6mN4fa>`_. + +* Join the community on the `Django Forum <https://forum.djangoproject.com/>`_. + To contribute to Django: * Check out https://docs.djangoproject.com/en/dev/internals/contributing/ for @@ -49,6 +53,6 @@ To run Django's test suite: Supporting the Development of Django ==================================== -Django's development depends on your contributions. +Django's development depends on your contributions. If you depend on Django, remember to support the Django Software Foundation: https://www.djangoproject.com/fundraising/ |
