comparison frontend/runserver.py @ 1:c3fb1e9fc1f7

(none)
author michalr
date Tue, 22 Feb 2011 18:10:18 +0000
parents
children
comparison
equal deleted inserted replaced
0:ebb283da07f7 1:c3fb1e9fc1f7
1 #!/usr/bin/python
2 # -*- coding: utf-8 -*-
3
4 from mfrontend import app
5
6 # Jeśli chcemy, aby frontend był dostępny z zewnątrz,
7 # należy dodać parametr host='0.0.0.0'.
8 app.run(debug=True)