django-subs

This is the app to hold email subscriptions. Usually it is subscriptions for comments.


Keywords
django, apps
License
BSD-3-Clause
Install
pip install django-subs

Documentation

Introduction

Short introduction of this django project.

Dependencies

What is project depends on.

Installation

  • Add application django_subs to the INSTALLED_APPS list.

  • Run ./manage.py syncdb to create all neccessary tables.

  • Add these variables to the settings.py:

    APP_MESSAGE = 'blah minor'