i want to create crud application with postgres db i only know the simple quick start mapping like
@view_config ( route_name="hello", renderer='templates/home.jinja2'
)
def hello(request): return {'greet':'Welcome','name':'Kal-El'}
i want to create crud application with postgres db i only know the simple quick start mapping like
@view_config ( route_name="hello", renderer='templates/home.jinja2'
)
def hello(request): return {'greet':'Welcome','name':'Kal-El'}