ARLO Nester
Public Member Functions | Static Public Attributes | List of all members
workspace.metatagging.models.TagMetaForm Class Reference

Meta Tagging. More...

Inheritance diagram for workspace.metatagging.models.TagMetaForm:
Inheritance graph
[legend]
Collaboration diagram for workspace.metatagging.models.TagMetaForm:
Collaboration graph
[legend]

Public Member Functions

def __str__ (self)
 

Static Public Attributes

tuple user = models.ForeignKey('auth.User')
 
tuple name = models.CharField(max_length=255)
 
tuple templateData = models.TextField(max_length=16777215)
 

Detailed Description

Meta Tagging.

This is an experimental interface evolved from the PennSound Poetry Tagging application. There's been incredible response from participants requesting their own versions, and unfortunately, that application wasn't really extensible, and creating new apps for each user isn't practical.

Member Function Documentation

def workspace.metatagging.models.TagMetaForm.__str__ (   self)

Member Data Documentation

tuple workspace.metatagging.models.TagMetaForm.name = models.CharField(max_length=255)
static
tuple workspace.metatagging.models.TagMetaForm.templateData = models.TextField(max_length=16777215)
static
tuple workspace.metatagging.models.TagMetaForm.user = models.ForeignKey('auth.User')
static

The documentation for this class was generated from the following file: