---
title: "Mailing lists and Forum"
version: 5.1
locale: ko
source: https://docs.djangoproject.com/ko/5.1/internals/mailing-lists/
canonical: https://djangodocs.dev/ko/5.1/internals/mailing-lists/
---
# Mailing lists and Forum

> **Important**
>
> 보안 관련 이슈는 “반드시” [security@djangoproject.com](mailto:security@djangoproject.com). 에만 연락 주시기 바랍니다. 이는 쟝고 개발자들 중에서도 최고 수준 개발자들에게만 오랫동안 열려 있는 비공개 목록이며, 이에 대한 내용은 대중에 공개되지 않습니다. 좀 더 상세한 정보들은  :doc:\` 우리의 보안 정책 \</internals/security\>\` 문서를 참조하시기 바랍니다.

## Django Forum

Django has an [official Forum](https://forum.djangoproject.com) where you can input and ask questions.

There are several categories of discussion including:

- [Using Django](https://forum.djangoproject.com/c/users/6): to ask any question regarding the installation, usage, or
  debugging of Django.
- [Internals](https://forum.djangoproject.com/c/internals/5): for discussion of the development of Django itself.

> **Note**
>
> Before asking a question about how to contribute, read
> [장고에 기여하기](/ko/5.1/internals/contributing/). Many frequently asked questions are
> answered there.

In addition, Django has several official mailing lists on Google Groups that
are open to anyone.

## `django-announce`

A (very) low-traffic list for announcing [upcoming security releases](/ko/5.1/internals/security/#security-disclosure), new releases of Django, and security advisories.

- [django-announce mailing archive](https://groups.google.com/g/django-announce)
- [django-announce subscription email address](mailto:django-announce+subscribe@googlegroups.com)
- [django-announce posting email](mailto:django-announce@googlegroups.com)

## `django-updates`

All the ticket updates are mailed automatically to this list, which is tracked
by developers and interested community members.

- [django-updates mailing archive](https://groups.google.com/g/django-updates)
- [django-updates subscription email address](mailto:django-updates+subscribe@googlegroups.com)
- [django-updates posting email](mailto:django-updates@googlegroups.com)

## Archived mailing lists

The following mailing lists are archived and no longer active. These are still
available as a historical resource.

### `django-users`

> **Note**
>
> The [Using Django](https://forum.djangoproject.com/c/users/6) category of the [official Forum](https://forum.djangoproject.com) is now the preferred
> venue for asking usage questions.

This was used for questions regarding the installation, usage, or debugging of
Django projects.

- [django-users mailing archive](https://groups.google.com/g/django-users)

### `django-developers`

> **Note**
>
> The [Internals](https://forum.djangoproject.com/c/internals/5) category of the [official Forum](https://forum.djangoproject.com) is now the preferred
> venue for discussing the development of Django.

This was used for discussions about the development of Django itself.

- [django-developers mailing archive](https://groups.google.com/g/django-developers)
