Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Flask-Alchemy #3

@samuelmukoti

Description

@samuelmukoti

Hi,

Thank you for this amazing module! It really does help as all the datatables examples that i've seen are PHP.

I've got a flask-alchemy project with flask-restless for REST API. Would you have an example or explanation of the lines:

@view_config(route_name="data", request_method="GET", renderer="json")
def users_data(request):

In the views.py sample file.

my views are more like

@app.route('/api/user', methods=['GET', 'POST'])
def users_data(request):

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions