Skip to main content

A Django app to arrange a meeting for a video chat

Project description

Arrange Videochat

Django app to arrange a meeting for a video chat for a group of people.

Functionality

It show a public list of upcoming video chat events, allows to add a new event to the list and to join an event by stating your mail address. Registered participants for an event will get the unique video chat url to join the video chat.

Automatic emails can be set up by configuring mail templates in the admin, allowing to confirm the creation and participation in an event or to remind registered participants of the start of an event.

Participants can leave an event by using a secret url sent to them by mail. Creators of events can delete event by using a secret url sent to them by mail.

The Ui and mails are fully internationalized.

Installation

  1. Install the package

    pip install arrange_videochat
    
  2. Add arrange_videochat and its dependecies to your settings installed apps:

    INSTALLED_APPS = [
        "modeltranslation",  # must be put before admin
        "django.contrib.admin",
        ...
        "crispy_forms",
        "bootstrap_datepicker_plus",
        "arrange_videochat",
        ...
    ]
    
  3. Include the arrange_videochat URLconf in your project urls.py like this:

    path('chat/', include('arrange_videochat.urls')),
    
  4. You need to migrate after installing:

    python manage.py migrate
    
  5. Create a base template in templates/base.html. All templates from arrange_videochat inherit from base.html.

Configuration

TIME_ZONES_BY_LANG = {"de": "Europe/Berlin", "en": "UTC"}
DEFAULT_FROM_EMAIL

Dependencies

crispy_forms bootstrap_datepicker_plus icalendar django-modeltranslation

Cron job

Setup a cron job that runs the following command to delete old events and to remind participants of events that start soon:

python manage.py cron

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arrange_videochat-0.1.1.tar.gz (20.6 kB view details)

Uploaded Source

Built Distribution

arrange_videochat-0.1.1-py3-none-any.whl (29.5 kB view details)

Uploaded Python 3

File details

Details for the file arrange_videochat-0.1.1.tar.gz.

File metadata

  • Download URL: arrange_videochat-0.1.1.tar.gz
  • Upload date:
  • Size: 20.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9

File hashes

Hashes for arrange_videochat-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fd99b2160b263e783e92b498530952d1be97ce30458ae887c206104b1ae945cd
MD5 0f12a32f7aed59bf7396abe384f4e86c
BLAKE2b-256 b570b3de41ad3ffef62b1f8bd0dbff139c9baa47ed1ed3c6642b9d09414d1546

See more details on using hashes here.

File details

Details for the file arrange_videochat-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: arrange_videochat-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 29.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9

File hashes

Hashes for arrange_videochat-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0ade255d8d91588037c34e46b9589b92271f1fd23016c9375a6e90d55e4d1c07
MD5 bc3edd9075c937b6ad3831ef49f11046
BLAKE2b-256 fadbfc97777967b65119f501bf6fce4d41e60fdabbef95c4751bc72db5a7ba0c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page