Imported Records

GET /datawizard/[id]/records
The records task provides a list of imported rows (including errors). It is redirected to by the auto and data tasks upon completion. Successfully imported Record instances will have a generic foreign key pointing to the target model. The records task will include links to the get_absolute_url() or admin screen for each newly imported target model instance. The default run_records.html template (and corresponding RunRecords React view) includes an interface for displaying the record details.