Model

1
from Digitalblend.iControl import models
class Digitalblend.iControl.models.Model(*args, **kwargs)

A model is the single, definitive source of information about your data. It contains the essential fields and behaviors of the data you’re storing. Generally, each model maps to a single database table.

class Digitalblend.iControl.models.NonSynchronizableModel(*args, **kwargs)

This model is a clean empty fields for back-end purposes.

class Digitalblend.iControl.models.SynchronizableModel(*args, **kwargs)

This model provides necessary fields for synchronization with iControlKit.

  • (PrimaryKey) - id

  • (Date) - created

  • (Date) - updated

  • (String) - name