
| Current Path : /var/www/wsgi/konto/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/wsgi/konto/konto_web.py~ |
import os,re,sys,glob
os.environ["HOMEDIR"] = "/home/cgabriel/test44/cgabriel"
from konto.api import ktoapi
application = ktoapi.app
application.template_folder = "/home/cgabriel/20_dev/12_procpy/konto/templates/"
application.secret_key = "weeeeuorbwveivubweruovberuwbvzuwebbbbbbuivberuiwbvr"
if __name__ == "__main__":
print("konto_web")
application.run()