Ignore:
Timestamp:
29 Aug 2011, 07:05:17 (13 years ago)
Author:
Henrik Bettermann
Message:

Reorganize vocabularies. The vocabs of the students package are the basis. In the application package only additional sources and vocabs should be defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py

    r6594 r6648  
    3838from waeup.sirp.interfaces import IWAeUPObject
    3939from waeup.sirp.university.vocabularies import application_categories
     40from waeup.sirp.students.vocabularies import (
     41  year_range, lgas_vocab, CertificateSource, GenderSource,
     42  )
    4043from waeup.sirp.applicants.vocabularies import (
    41   year_range, application_types_vocab, application_pins_vocab,
    42   lgas_vocab, CertificateSource, AppCatCertificateSource, GenderSource,
     44  application_types_vocab, application_pins_vocab,
     45  AppCatCertificateSource,
    4346  )
    4447
Note: See TracChangeset for help on using the changeset viewer.