Files
lms/school/hackathon/web_form/project/project.py
2021-10-11 20:31:27 +05:30

8 lines
110 B
Python

from __future__ import unicode_literals
import frappe
def get_context(context):
# do your magic here
pass