Mercurial > kraina_muminkow
view frontend/runserver.py @ 4:cf786ee26a22
MOŻNA SIĘ LOGOWAĆ I WYLOGOWAĆ jestem wspaniały
author | michalr |
---|---|
date | Tue, 22 Feb 2011 20:38:51 +0000 |
parents | c3fb1e9fc1f7 |
children |
line wrap: on
line source
#!/usr/bin/python # -*- coding: utf-8 -*- from mfrontend import app # Jeśli chcemy, aby frontend był dostępny z zewnątrz, # należy dodać parametr host='0.0.0.0'. app.run(debug=True)