Next batch of proposal migrations

This commit is contained in:
str4d
2016-04-04 12:51:03 +00:00
parent 46e15852c0
commit eb91dbfc8a
11 changed files with 951 additions and 3 deletions

View File

@ -2,4 +2,4 @@
from i2p2www import app
if __name__ == '__main__':
app.run(host='127.0.0.1', port=5000, debug=False)
app.run(host='127.0.0.1', port=5000, debug=True)