Changeset 3815 for WAeUP_SRP


Ignore:
Timestamp:
12 Dec 2008, 23:41:06 (16 years ago)
Author:
Henrik Bettermann
Message:

first implementations for NAU Awka

Location:
WAeUP_SRP/trunk
Files:
25 added
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/CHANGES.txt

    r3780 r3815  
    126126-----------------
    127127- get study_mode from certificates and ignore study_mode attribute of study_course objects
     128
     1291.25 (2008-12-13)
     130-----------------
     131- implement NAU Awka
  • WAeUP_SRP/trunk/__init__.py

    r3763 r3815  
    181181        'WAeUP_SRP',
    182182        EXTENSION,
    183         for_=ICPSSite)                                         
     183        for_=ICPSSite)       
     184    profile_registry.registerProfile(
     185        'nau',
     186        'WAeUP NAU Awka Profile',
     187        "Nnamdi Azikiwe University",
     188        'profiles/nau',
     189        'WAeUP_SRP',
     190        EXTENSION,
     191        for_=ICPSSite)                                               
    184192##    DirectoryTypeRegistry.register(WAeUPTables.Applicants)
    185193
Note: See TracChangeset for help on using the changeset viewer.