- Timestamp:
- 13 Nov 2014, 13:21:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-regista/src/waeup/kofa/app.py
r11477 r11947 51 51 """Setup some hard-wired components. 52 52 53 Create local datacenter, containers for users , studentsand53 Create local datacenter, containers for users and 54 54 the like. 55 55 """ 56 from waeup.kofa.students.container import StudentsContainer57 from waeup.kofa.hostels.container import HostelsContainer58 56 59 57 self['users'] = UsersContainer() 60 58 self['datacenter'] = DataCenter() 61 self['students'] = StudentsContainer()62 59 self['configuration'] = ConfigurationContainer() 63 self['hostels'] = HostelsContainer()64 60 self['mandates'] = MandatesContainer() 65 61 self._createPlugins()
Note: See TracChangeset for help on using the changeset viewer.