Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 326 Bytes

base.rst

File metadata and controls

19 lines (12 loc) · 326 Bytes

django-ai Base

This app provides the basis for the framework.

It provides the Abstract Base Models as well as common views and template-related code.

Models

Abstract Base Models are documented in :ref:`api`.

Views

.. autoclass:: base.views.RunActionView