Bases: horizon.workflows.base.Action
Initialize the database with users/databases. This tab will honor
the settings which should be a list of permissions required:
- TROVE_ADD_USER_PERMS = []
- TROVE_ADD_DATABASE_PERMS = []
-
base_fields = OrderedDict([('databases', <django.forms.fields.CharField object at 0x7fdfb49ec890>), ('user', <django.forms.fields.CharField object at 0x7fdfb49ec390>), ('password', <django.forms.fields.CharField object at 0x7fdfb49ec250>), ('host', <django.forms.fields.CharField object at 0x7fdfb49ec8d0>)])
-
clean()[source]
-
declared_fields = OrderedDict([('databases', <django.forms.fields.CharField object at 0x7fdfb49ec890>), ('user', <django.forms.fields.CharField object at 0x7fdfb49ec390>), ('password', <django.forms.fields.CharField object at 0x7fdfb49ec250>), ('host', <django.forms.fields.CharField object at 0x7fdfb49ec8d0>)])
-
help_text = ''
-
help_text_template = 'project/databases/_launch_initialize_help.html'
-
media
-
name = <django.utils.functional.__proxy__ object at 0x7fdfb49ec210>
-
permissions = []
-
progress_message = <django.utils.functional.__proxy__ object at 0x7fdfb49ec9d0>
-
slug = u'adddatabasesaction'