Files
pagina-de-incio-universidad/wsgi.py

5 lines
69 B
Python

from home.entry import app
if __name__ == '__main__':
app.run()