You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, flask are support different type of APIs.
The modify are PoC the different request and API design with the demo playground.
If you expect all the admin controls in PANEL page.
you can try to usr the request.args.get('value') to redirect bewteen the modules. /panel?mod= xxx &pag= xxx
Other way is create new web path for the direct PANEL controls. @app.route('/panel/blogger', methods=["GET", "POST"]}
in the run.py for new path.
I'm looking for make the modules to pluginization :) your idea.
The problem for the default Flask FW it use to templates and static folder
sure you can import os for modify to your dir path.
Make suer what are the request and response method between the page and api actiions.
This can play javascript and render_template with your scapial user needs.
The text was updated successfully, but these errors were encountered:
Yes, flask are support different type of APIs.
The modify are PoC the different request and API design with the demo playground.
If you expect all the admin controls in PANEL page.
you can try to usr the
request.args.get('value')
to redirect bewteen the modules./panel?mod= xxx &pag= xxx
Other way is create new web path for the direct PANEL controls.
@app.route('/panel/blogger', methods=["GET", "POST"]}
in the
run.py
for new path.I'm looking for make the modules to pluginization :) your idea.
The problem for the default Flask FW it use to
templates
andstatic
foldersure you can
import os
for modify to your dir path.Make suer what are the request and response method between the page and api actiions.
This can play javascript and render_template with your scapial user needs.
The text was updated successfully, but these errors were encountered: