Add support for creating dynamic forms. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
6 lines
118 B
Python
6 lines
118 B
Python
from __future__ import unicode_literals
|
|
|
|
from .classes import * # NOQA
|
|
|
|
default_app_config = 'mailer.apps.MailerApp'
|