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
Serghei Mihai fb27d37059 version 0.2 2014-12-15 16:36:01 +01:00
portail_citoyen_announces version 0.2 2014-12-15 16:36:01 +01:00
MANIFEST.in Include MANIFEST.in into MANIFEST.in 2013-08-14 22:12:45 +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 setup.py: add a setup_requires line 2013-11-18 23:54:12 +01: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.