* Tested with IETF 67 and 68 data. * For testing, c_sub_cut_off_date should set to future date, otherwise a Closed page will show. - Legacy-Id: 228
12 lines
305 B
Python
12 lines
305 B
Python
from django.db import models
|
|
#from django.db import models
|
|
|
|
from ietf.proceedings import models
|
|
#from ietf.proceedings.models import Meeting, MeetingVenue, WgMeetingSession, WgAgenda
|
|
#from ietf.proceedings.models import NonSession, NonSessionRef,SessionName
|
|
|
|
import datetime
|
|
|
|
|
|
# Create your models here.
|