Skip to content

AFCP/forumhorizonchine

Repository files navigation

forumhorizonchine

Use Flask framework to rewrite forumhorizonchine.

##Prerequisites

  • python( version 2.7 recommended )
  • Google App Engine Python SDK

##Installation of IDE If you use Eclipse to develop python, use the plugin of pydev. I know you can install them without my guide:)

##Lib

  • Flask-login
  • Flask-babel
  • Flask-wtf All the required Python libs are included in the /lib folder. You don't need to install them by yourself. But if you use Eclipse and Pydev, you should add them to the path of Python Libraries. Try Window > Preferences > PyDev > Interpreter - Python > Libraries

That's all, have fun with the code!