Changeset 11956


Ignore:
Timestamp:
14 Nov 2014, 07:26:14 (10 years ago)
Author:
Henrik Bettermann
Message:

Add container for customers.

Location:
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/app.py

    r11954 r11956  
    3232from waeup.ikoba.configuration import ConfigurationContainer
    3333
     34from waeup.ikoba.customers.container import CustomersContainer
     35
    3436class Company(grok.Application, grok.Container, Logger):
    3537    """A company.
     
    5961        self['configuration'] = ConfigurationContainer()
    6062        self['mandates'] = MandatesContainer()
     63        self['customers'] = CustomersContainer()
    6164        self._createPlugins()
    6265
Note: See TracChangeset for help on using the changeset viewer.