diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2023-03-23 15:52:36 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-03-24 08:32:17 +0100 |
| commit | d33368b4ab6ae0c01e83d525f7e1655156a640d1 (patch) | |
| tree | 3b1a99821fe5be4a1b7067d5b959d527ae8dbc40 /docs/internals/mailing-lists.txt | |
| parent | d6b6e5d0fd4e6b6d0183b4cf6e4bd4f9afc7bf67 (diff) | |
Added Django Forum to mailing lists page.
Diffstat (limited to 'docs/internals/mailing-lists.txt')
| -rw-r--r-- | docs/internals/mailing-lists.txt | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/docs/internals/mailing-lists.txt b/docs/internals/mailing-lists.txt index d21f9906db..7ec4972d6e 100644 --- a/docs/internals/mailing-lists.txt +++ b/docs/internals/mailing-lists.txt @@ -1,6 +1,6 @@ -============= -Mailing lists -============= +======================= +Mailing lists and Forum +======================= .. Important:: @@ -10,14 +10,34 @@ Mailing lists not public. For further details, please see :doc:`our security policies </internals/security>`. -Django has several official mailing lists on Google Groups that are open to -anyone. +Django Forum +============ + +Django has an `official Forum`_ where you can input and ask questions. + +There are several categories of discussion including: + +* `Using Django`_: to ask any question regarding the installation, usage, or + debugging of Django. +* `Internals`_: for discussion of the development of Django itself. + +.. _official Forum: https://forum.djangoproject.com +.. _Internals: https://forum.djangoproject.com/c/internals/5 +.. _Using Django: https://forum.djangoproject.com/c/users/6 + +In addition, Django has several official mailing lists on Google Groups that +are open to anyone. .. _django-users-mailing-list: ``django-users`` ================ +.. note:: + + The `Using Django`_ category of the `official Forum`_ is now the preferred + venue for asking usage questions. + This is the right place if you are looking to ask any question regarding the installation, usage, or debugging of Django. @@ -40,6 +60,11 @@ installation, usage, or debugging of Django. ``django-developers`` ===================== +.. note:: + + The `Internals`_ category of the `official Forum`_ is now the preferred + venue for discussing the development of Django. + The discussion about the development of Django itself takes place here. Before asking a question about how to contribute, read |
