ARLO Nester
Functions
workspace.tools.views.importLibraryUserMetaData Namespace Reference

Functions

def importLibraryUserMetaData (request, libraryId)
 Display the page to allow users to bulk-import MediaFileUserMetaData Entries. More...
 

Function Documentation

def workspace.tools.views.importLibraryUserMetaData.importLibraryUserMetaData (   request,
  libraryId 
)

Display the page to allow users to bulk-import MediaFileUserMetaData Entries.

The bulk of this work takes place in the JavaScript. Just display the tool here.

Parameters
requestThe Django HTTP request object
libraryIdThe database ID of the Library to which we are importing.
Returns
Django HTTP response object