Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 699 Bytes

README.MD

File metadata and controls

28 lines (22 loc) · 699 Bytes

Daniel VS Sofia

Getting Started

To Be Continue

Authors

  • Daniel
  • Sofia

Competition

Daniel 2 VS Sofia 0

Commit Log

2017-03-08

Initialize Flask project and set up auto-updating

2017-03-09

Initialize module folder for learning Blueprints of Flask. Trying to modular application.

2017-03-12

Initialize logging module for outputing infomations on console

2017-04-06

Updating structure of our project directories.

  • blueprint: placing blueprint we created and its related pages.
  • lib: placing lib's code we used. Now it's only contains flask.
  • scripts: placing work script.
  • static: placing static files such as css.
  • tools: common tools of whole project.