ARLO Nester
Classes | Functions
workspace.tools.views.importTagsFromCSV Namespace Reference

Classes

class  ImportTagForm
 

Functions

def importTagsFromCSV (request, projectId)
 The bulk of this work takes place in the JavaScript. More...
 

Function Documentation

def workspace.tools.views.importTagsFromCSV.importTagsFromCSV (   request,
  projectId 
)

The bulk of this work takes place in the JavaScript.

Just display the tool here.

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