Working on continuing education certs
This commit is contained in:
@@ -283,10 +283,13 @@ origins = [
|
|||||||
'http://demo.localhost:5000',
|
'http://demo.localhost:5000',
|
||||||
'http://localhost:7800',
|
'http://localhost:7800',
|
||||||
'https://oneskyit.com',
|
'https://oneskyit.com',
|
||||||
|
'http://dev-idaa.home:5000',
|
||||||
'http://dev-idaa.localhost:5000',
|
'http://dev-idaa.localhost:5000',
|
||||||
'http://dev.home:5000',
|
'http://dev.home:5000',
|
||||||
'http://connect.home:5000',
|
'http://connect.home:5000',
|
||||||
'http://connect.localhost:5000',
|
'http://connect.localhost:5000',
|
||||||
|
'http://idaa.home:5000',
|
||||||
|
'http://idaa.localhost:5000',
|
||||||
'http://svelte.localhost:5555',
|
'http://svelte.localhost:5555',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ from app.models.address_models import *
|
|||||||
from app.models.archive_models import *
|
from app.models.archive_models import *
|
||||||
from app.models.archive_content_models import *
|
from app.models.archive_content_models import *
|
||||||
from app.models.contact_models import *
|
from app.models.contact_models import *
|
||||||
|
from app.models.cont_edu_cert_models import *
|
||||||
|
from app.models.cont_edu_cert_person_models import *
|
||||||
from app.models.event_models import *
|
from app.models.event_models import *
|
||||||
from app.models.event_abstract_models import *
|
from app.models.event_abstract_models import *
|
||||||
from app.models.event_badge_models import *
|
from app.models.event_badge_models import *
|
||||||
@@ -68,7 +70,8 @@ obj_type_li['archive'] = {'table_name': 'v_archive', 'base_name': Archive_Base}
|
|||||||
obj_type_li['archive_content'] = {'table_name': 'v_archive_content', 'base_name': Archive_Content_Base}
|
obj_type_li['archive_content'] = {'table_name': 'v_archive_content', 'base_name': Archive_Content_Base}
|
||||||
#obj_type_li['change_log'] = {'table_name': 'change_log', 'base_name': Change_Log_Base}
|
#obj_type_li['change_log'] = {'table_name': 'change_log', 'base_name': Change_Log_Base}
|
||||||
obj_type_li['contact'] = {'table_name': 'v_contact', 'base_name': Contact_Base}
|
obj_type_li['contact'] = {'table_name': 'v_contact', 'base_name': Contact_Base}
|
||||||
#obj_type_li['cont_edu_cert'] = {'table_name': 'cont_edu_cert', 'base_name': Cont_Edu_Cert_Base}
|
obj_type_li['cont_edu_cert'] = {'table_name': 'v_cont_edu_cert', 'base_name': Cont_Edu_Cert_Base}
|
||||||
|
obj_type_li['cont_edu_cert_person'] = {'table_name': 'v_cont_edu_cert_person', 'base_name': Cont_Edu_Cert_Person_Base}
|
||||||
obj_type_li['event'] = {'table_name': 'v_event', 'base_name': Event_Base}
|
obj_type_li['event'] = {'table_name': 'v_event', 'base_name': Event_Base}
|
||||||
obj_type_li['event_badge'] = {'table_name': 'event_badge', 'base_name': Event_Badge_Base}
|
obj_type_li['event_badge'] = {'table_name': 'event_badge', 'base_name': Event_Badge_Base}
|
||||||
#obj_type_li['event_badge_log'] = {'table_name': 'event_badge_log', 'base_name': Event_Badge_Log_Base}
|
#obj_type_li['event_badge_log'] = {'table_name': 'event_badge_log', 'base_name': Event_Badge_Log_Base}
|
||||||
|
|||||||
Reference in New Issue
Block a user