Ignore:
Timestamp:
2 Oct 2008, 09:10:57 (16 years ago)
Author:
Henrik Bettermann
Message:
  • add Uniben profile (was default profile)
  • enable transfer students import
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/__init__.py

    r3689 r3705  
    113113        'default',
    114114        'WAeUP_SRP',
    115         "WAeUP Default Profile (Uniben)",
     115        "WAeUP Default Profile",
    116116        'profiles/default',
    117117        'WAeUP_SRP',
     
    119119        for_=ICPSSite)
    120120    profile_registry.registerProfile(
     121        'uniben',
     122        'WAeUP Uniben Profile',
     123        "University of Benin",
     124        'profiles/uniben',
     125        'WAeUP_SRP',
     126        BASE,
     127        for_=ICPSSite)       
     128    profile_registry.registerProfile(
    121129        'fceokene',
    122         'FCE Okene Profile',
     130        'WAeUP FCE Okene Profile',
    123131        "Federal College of Education",
    124132        'profiles/fceokene',
     
    128136    profile_registry.registerProfile(
    129137        'aaua',
    130         'AAUA Profile',
     138        'WAeUP AAUA Profile',
    131139        "Adekunle Ajasin University",
    132140        'profiles/aaua',
     
    136144    profile_registry.registerProfile(
    137145        'unilorin',
    138         'Unilorin Profile',
     146        'WAeUP Unilorin Profile',
    139147        "University of Ilorin",
    140148        'profiles/unilorin',
     
    144152    profile_registry.registerProfile(
    145153        'ois',
    146         'OIS Profile',
     154        'WAeUP OIS Profile',
    147155        "Olashore International School",
    148156        'profiles/ois',
Note: See TracChangeset for help on using the changeset viewer.