9
def __init__(self, dir, name, requireauth = True, hashelp = False):
11
def __init__(self, dir, name, icon = None, requireauth = True,
12
16
self.requireauth = requireauth
15
19
return ("App(dir=" + repr(self.dir) + ", name=" + repr(self.name) +
16
21
", requireauth=" + repr(self.requireauth) + ", hashelp="
17
22
+ repr(self.hashelp) + ")")
19
27
# Which application to load by default (if the user navigates to the top level
20
28
# of the site). This is the app's URL name.
21
29
# Note that if this app requires authentication, the user will first be