This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jérôme Schneider d6ea407cda debian: use source format : 3.0 quilt 2013-08-09 15:38:56 +02:00
debian debian: use source format : 3.0 quilt 2013-08-09 15:38:56 +02:00
portail_citoyen_announces admin: show the real identifier used to send announce to users, and the user display name in the subscriptions listing 2013-07-30 15:51:42 +02:00
MANIFEST.in MANIFEST.in: add mail templates 2013-06-11 11:03:00 +02:00
README add a README file 2013-05-29 18:42:30 +02:00
requirements.txt add a requirements.txt file 2013-06-04 17:20:42 +02:00
setup.py add french translations 2013-06-10 16:38:15 +02:00

README

Portail-citoyen Announces
-------------------------

This application is modeled upong the announce functionnality of the
Au-Quotidien plateform.

Settings
--------

ANNOUNCES_TRANSPORTS:

a dictionary of key and class-path listing backend for sending announces.
Default is::

    {
            'email': 'portail_citoyen_announces.transports.EmailTransport',
    }

ANNOUNCES_DEFAULT_FROM_EMAIL:

the default email to user for sending announces, if not defined,
DEFAULT_FROM_EMAIL is used.