log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
kraina_muminkow
comparison frontend/runserver.py @ 1:
c3fb1e9fc1f7
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
(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)