Ignore:
Timestamp:
13 Nov 2014, 13:21:59 (10 years ago)
Author:
Henrik Bettermann
Message:

Enucleation. Keep only the portal's framework. Remove university, students, applicants, hostels and accesscodes modules.

File:
1 edited

Legend:

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

    r11477 r11947  
    5151        """Setup some hard-wired components.
    5252
    53         Create local datacenter, containers for users, students and
     53        Create local datacenter, containers for users and
    5454        the like.
    5555        """
    56         from waeup.kofa.students.container import StudentsContainer
    57         from waeup.kofa.hostels.container import HostelsContainer
    5856
    5957        self['users'] = UsersContainer()
    6058        self['datacenter'] = DataCenter()
    61         self['students'] = StudentsContainer()
    6259        self['configuration'] = ConfigurationContainer()
    63         self['hostels'] = HostelsContainer()
    6460        self['mandates'] = MandatesContainer()
    6561        self._createPlugins()
Note: See TracChangeset for help on using the changeset viewer.