معرفی شرکت ها


django-coturn-0.3.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Django Coturn is a Django app to synchronize django admins/users with Coturn's user database. Coturn is an open-source STUN/TURN/ICE server.
ویژگی مقدار
سیستم عامل -
نام فایل django-coturn-0.3.1
نام django-coturn
نسخه کتابخانه 0.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Leigh Johnson
ایمیل نویسنده leigh@bitsy.ai
آدرس صفحه اصلی http://github.com/bitsy-ai/django-coturn
آدرس اینترنتی https://pypi.org/project/django-coturn/
مجوز GNU AGPLv3
============== Django Coturn ============== .. image:: https://img.shields.io/pypi/v/django-coturn :target: https://pypi.org/project/django-coturn/ .. image:: https://img.shields.io/pypi/pyversions/django-coturn :target: https://pypi.org/project/django-coturn/ .. image:: https://img.shields.io/pypi/djversions/django-coturn :target: https://pypi.org/project/django-coturn/ .. image:: https://img.shields.io/pypi/wheel/django-coturn :target: https://pypi.org/project/django-coturn/ .. image:: https://img.shields.io/discord/773452324692688956 :target: https://discord.gg/Y848Hq9xKh .. image:: https://img.shields.io/github/workflow/status/bitsy-ai/django-coturn/Test :target: https://github.com/bitsy-ai/django-coturn .. image:: https://img.shields.io/codecov/c/github/bitsy-ai/django-coturn :target: https://github.com/bitsy-ai/django-coturn .. image:: https://img.shields.io/github/release-date-pre/bitsy-ai/django-coturn :target: https://github.com/bitsy-ai/django-coturn Django Coturn is a Django app to synchronize django admins/users with Coturn's user database. Coturn is an open-source STUN/TURN/ICE server. https://github.com/coturn/coturn Quick start ----------- 1. Add "coturn" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... "django_coturn", ] 2. Create an empty `coturn` database 3. Configure the following in your settings.py:: DATABASES = { ... your default and auxilary database configs "coturn": env.db("COTURN_DATABASE_URL") } COTURN_REALM = "turn.example-domain.com" COTURN_SECRET_KEY = "127 character secret" 4. Run ``python manage.py migrate`` to create the coturn models. 5. Run ``python manage.py sync_coturn {turn_secret,turn_admin,turn_user}`` to sync users/admin data to coturn tables. You only need to do this once per table - subsequent updates will be handled by Django signals. Contributor's Guide -------------------- 1. Create a development environment (requires docker & docker-compose):: make dev 2. Run tests and generate a coverage report:: make tests 3. Run `black` linter:: make lint


نیازمندی

مقدار نام
>=3.2 django
- psycopg2


زبان مورد نیاز

مقدار نام
>3.6.9 Python


نحوه نصب


نصب پکیج whl django-coturn-0.3.1:

    pip install django-coturn-0.3.1.whl


نصب پکیج tar.gz django-coturn-0.3.1:

    pip install django-coturn-0.3.1.tar.gz