class jmb.core.views.import_data.ImportDataView(**kwargs)[source]

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

form_class

alias of jmb.core.admin.forms.ImportDataForm

form_valid(form)[source]

If the form is valid, redirect to the supplied URL.

import_class

alias of jmb.core.utils.data_import.XlsFile