3 строки
88 B
Python
3 строки
88 B
Python
|
def is_webapps(request):
|
||
|
return {'WEBAPPS': request.path_info.startswith('/apps/')}
|