-
Notifications
You must be signed in to change notification settings - Fork 15
Extend instead of Fork #22
Copy link
Copy link
Open
Description
As mentioned in the README, this app relies on forking Frappe to get stuff to work. I would suggest doing so by using the Dynamic Pages functionality instead (ref: https://frappeframework.com/docs/v13/user/en/guides/portal-development/context)
You can create a file v1.py and a corresponding base template file v1.html to handle all requests to /v1. The HTML file may be empty.
You can add something that looks like the following under restpie/www/v1.py:
from restipie.restipie import request_handler
def get_context(context):
return request_handler(context)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels