Changeset 3360


Ignore:
Timestamp:
19 Mar 2008, 21:02:39 (17 years ago)
Author:
Henrik Bettermann
Message:

add class StudentStudyLevelImport? (without edit method)

The upload already works.

Location:
WAeUP_SRP/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/Upload.py

    r3337 r3360  
    1313from WAeUPImport import ApplicationImport,CertificateImport,CertificateCourseImport
    1414from WAeUPImport import CourseImport,CourseResultImport
    15 from WAeUPImport import DepartmentImport,FacultyImport,StudentImport,VerdictImport
     15from WAeUPImport import DepartmentImport,FacultyImport,StudentImport,VerdictImport,StudentStudyLevelImport
    1616from WAeUPImport import NO_KEY,IGNORE
    1717
  • WAeUP_SRP/base/WAeUPImport.py

    r3355 r3360  
    490490
    491491###)
     492
     493
     494class StudentStudyLevelImport(WAeUPImport):###(
     495    """ StudentStudyLevelImport """
     496    name = "student_study_level"
     497    plural_name = "%ss" % name
     498    commit_after = 1000000
     499    required_modes = ('create','edit','remove')
    492500
    493501class CertificateCourseImport(WAeUPImport):###(
Note: See TracChangeset for help on using the changeset viewer.