use db_session for articles and sections
This commit is contained in:
@@ -5,9 +5,4 @@ class OrgController(BaseController):
|
||||
__myclass__=Organizationtype
|
||||
__jsonid__='organizationtype'
|
||||
|
||||
#def get_all():
|
||||
# Organizationtype.query.all()
|
||||
|
||||
#def get(id):
|
||||
# Organizationtype.query.get(id)
|
||||
controller=OrgController()
|
||||
|
||||
Reference in New Issue
Block a user