refactor: renamed app to school
This commit is contained in:
8
school/www/hackathons/index.py
Normal file
8
school/www/hackathons/index.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import frappe
|
||||
|
||||
def get_context(context):
|
||||
context.no_cache = 1
|
||||
context.hackathons = get_hackathons()
|
||||
|
||||
def get_hackathons():
|
||||
return frappe.get_all("Community Hackathon")
|
||||
Reference in New Issue
Block a user