mirror of https://github.com/django/django.git
Fixed #34678 -- Added Django Forum and Discord server to README.rst.
This commit is contained in:
parent
38cde27a89
commit
fcc5091b4a
|
@ -30,11 +30,15 @@ ticket here: https://code.djangoproject.com/newticket
|
||||||
To get more help:
|
To get more help:
|
||||||
|
|
||||||
* Join the ``#django`` channel on ``irc.libera.chat``. Lots of helpful people
|
* 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
|
* Join the django-users mailing list, or read the archives, at
|
||||||
https://groups.google.com/group/django-users.
|
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:
|
To contribute to Django:
|
||||||
|
|
||||||
* Check out https://docs.djangoproject.com/en/dev/internals/contributing/ for
|
* 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
|
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/
|
If you depend on Django, remember to support the Django Software Foundation: https://www.djangoproject.com/fundraising/
|
||||||
|
|
Loading…
Reference in New Issue