abx_spec_django

Module Contents

Classes

DjangoPluginSpec

ExpectedPluginSpec

Data

PLUGIN_SPEC

TypedPluginManager

pm

API

class abx_spec_django.DjangoPluginSpec[source]
__order__[source]

10

get_INSTALLED_APPS() List[str][source]
get_TEMPLATE_DIRS() List[str][source]
get_STATICFILES_DIRS() List[str][source]
get_MIDDLEWARES() List[str][source]
get_AUTHENTICATION_BACKENDS() List[str][source]
get_DJANGO_HUEY_QUEUES() Dict[str, Dict[str, Any]][source]
get_ADMIN_DATA_VIEWS_URLS() List[str][source]
get_urlpatterns() List[str][source]
register_admin() None[source]

Register django admin views/models with the main django admin site instance

ready() None[source]

Called when Django apps app.ready() are triggered

abx_spec_django.PLUGIN_SPEC[source]

None

class abx_spec_django.ExpectedPluginSpec[source]

Bases: abx_spec_django.DjangoPluginSpec

abx_spec_django.TypedPluginManager[source]

None

abx_spec_django.pm[source]

‘cast(…)’