feat: basic doctypes for conference and user profile flow for courses

This commit is contained in:
pateljannat
2021-03-02 18:54:37 +05:30
parent 0f539aabcc
commit a4dffca4d7
41 changed files with 868 additions and 67 deletions

View File

@@ -1,8 +1,8 @@
import frappe
def get_context(context):
context.no_cache = 1
context.hackathons = get_hackathons()
context.no_cache = 1
context.hackathons = get_hackathons()
def get_hackathons():
return frappe.get_all("Community Hackathon")