added models, wiki class, util funcs, layout files, view files

This commit is contained in:
Matthew Scragg 2013-09-28 16:09:02 -05:00
parent 967815bda5
commit 26137047cd
16 changed files with 238 additions and 48 deletions

2
app.py
View file

@ -5,4 +5,4 @@ from reimagine import app
if __name__ == '__main__':
app.logger.setLevel(logging.INFO)
pywsgi.WSGIServer(('', 9999), app).serve_forever()
pywsgi.WSGIServer(('', 10000), app).serve_forever()