Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 426 Bytes

installation.rst

File metadata and controls

18 lines (14 loc) · 426 Bytes

Installation

To install django-tidings in your Django project, make these changes to settings.py:

  1. Add tidings to INSTALLED_APPS:

    INSTALLED_APPS = [
      'other',
      'apps',
      'here',
      ...
      'tidings'
    ]
  2. Define the settings ~django.conf.settings.TIDINGS_FROM_ADDRESS and ~django.conf.settings.TIDINGS_CONFIRM_ANONYMOUS_WATCHES.