29
29
# level=-1 to make it look in the right directory
30
30
app_module = __import__(appname, globals(), locals(), [], -1)
33
32
# Any problems meant it's a server error, because conf/apps.py said
34
33
# this app would be here.
35
34
req.throw_error(req.HTTP_INTERNAL_SERVER_ERROR,