Table Of Contents

This Page

Models

models.py

class files.models.BaseAttachmentAbstractModel(*args, **kwargs)

An abstract model that any custom attachment model should subclass.

class files.models.Attachment(*args, **kwargs)

A file attached to some object.