Project

General

Profile

« Previous | Next » 

Revision 2e831b02

Added by Benjamin Dauvergne over 13 years ago

fix missing imports

View differences:

calebasse/ressources/admin.py
from django.contrib import admin
from calebasse.ressources.models import ActType, TransportCompany, WorkerType, Service, Office, School, Room
from models import (ActType, CFTMEACode, FamilySituationType, HealthFund,
InscriptionMotive, Job, Nationality, Office, ParentalAuthorityType,
ParentalCustodyType, Room, SalleManager, School, SchoolTeacherRole,
Service, SessionType, TransportCompany, TransportType,
UninvoicableCode, WorkerType)
admin.site.register(ActType)
admin.site.register(CFTMEACode)

Also available in: Unified diff