Mercurial > kraina_muminkow
view frontend/runserver.py @ 33:028cb06a24c9 tip
usunąłem thumbs.db
author | Michał Rudowicz <michal.rudowicz@fl9.eu> |
---|---|
date | Mon, 13 Jun 2011 09:55:17 +0200 |
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)