Mercurial > kraina_muminkow
view frontend/runserver.py @ 1:c3fb1e9fc1f7
(none)
author | michalr |
---|---|
date | Tue, 22 Feb 2011 18:10:18 +0000 |
parents | |
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)