|
|
|
@@ -21,6 +21,9 @@ except: |
|
|
|
# Example use of the smtp server, insert username |
|
|
|
# web.sendmail("beelance@ntnu.no", "<username>@stud.ntnu.no", "Hello", "Grz, the beelance app is running") |
|
|
|
|
|
|
|
# Disable the debug error page |
|
|
|
web.config.debug = False |
|
|
|
|
|
|
|
# Define application routes |
|
|
|
urls = ( |
|
|
|
'/', 'Index', |
|
|
|
|