Revonzy Mini Shell

Şuanki Dizin: /lib64/python2.7/site-packages/Cheetah/
Dosya Yükle :
Şuanki Dosya : //lib64/python2.7/site-packages/Cheetah/Django.py

import Cheetah.Template

def render(template_file, **kwargs):
    '''
        Cheetah.Django.render() takes the template filename 
        (the filename should be a file in your Django 
        TEMPLATE_DIRS)

        Any additional keyword arguments are passed into the 
        template are propogated into the template's searchList
    '''
    import django.http
    import django.template.loader
    source, loader = django.template.loader.find_template_source(template_file)
    t = Cheetah.Template.Template(source, searchList=[kwargs])
    return django.http.HttpResponse(t.__str__())

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux vps.suncrosonline.com 3.10.0-862.3.2.el7.x86_64 #1 SMP Mon May 21 23:36:36 UTC 2018 x86_64
Apache
162.241.69.42