erecord_vpz package

Submodules

erecord_vpz.admin module

erecord_vpz.forms module

erecord_vpz.models module

erecord_vpz.router module

erecord_vpz.router

class erecord_vpz.router.VpzRouter[source]

Bases: erecord_cmn.router.DatabaseRouter

The application database router

app_name = 'erecord_vpz'
db_name = 'default'

erecord_vpz.serializers module

erecord_vpz.urls module

Module contents

erecord_vpz

This package is part of erecord - Record platform web development

copyright:Copyright (C) 2014-2015 INRA http://www.inra.fr.
license:GPLv3, see License for more details.
authors:see Authors.

Vpz activities application

The vpz application is dedicated to activities on vpz (edition, modification, simulation…).

The manipulation object is VpzAct. It has some characteristics that determine which vpz file is manipulated and all along the manipulation, some other information wil be attached to it.

See also : @include docs/vpz.txt

See erecord