common package

Submodules

common.admin module

common.apps module

class common.apps.CommonConfig(app_name, app_module)[source]

Bases: django.apps.config.AppConfig

name = 'common'
ready()[source]

set cache on server start up :return:

common.models module

class common.models.LOG_INFO(id, attr1, attr2, attr3, attr4, attr5, attr6, attr7, attr8, attr9, attr10, attr11, attr12, attr13, attr14, attr15, attr16, attr17, attr18, attr19, attr20, attr21, attr22, attr23, attr24, attr25, attr26, attr27, attr28, attr29, attr30, log_id, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception LOG_INFO.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

LOG_INFO.attr1

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr10

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr11

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr12

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr13

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr14

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr15

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr16

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr17

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr18

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr19

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr2

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr20

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr21

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr22

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr23

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr24

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr25

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr26

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr27

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr28

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr29

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr3

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr30

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr4

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr5

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr6

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr7

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr8

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.attr9

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.get_next_by_creation_date(*moreargs, **morekwargs)
LOG_INFO.get_next_by_last_update_date(*moreargs, **morekwargs)
LOG_INFO.get_previous_by_creation_date(*moreargs, **morekwargs)
LOG_INFO.get_previous_by_last_update_date(*moreargs, **morekwargs)
LOG_INFO.id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.log_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

LOG_INFO.objects = <django.db.models.manager.Manager object>

common.tests module

common.views module

Module contents