pip install git+https://github.com/season-framework/season-flask
# or
pip install season
- create project
cd <workspace>
sf create myapp
cd myapp
- create your websrc
sf module remove theme
sf module import theme --uri https://git.season.co.kr/season-flask/theme
- start development mode
sf run
- import from git repo
sf build --uri https://github.com/season-framework/something
- import from directory
sf build --uri /home/user/project/websrc
- framework on build
- socketio error display
- socket bug fixed
- command run modified (add pattern, ignores)
- change Framework Object
- Socket.io disconnect bug fixed
- Socket.io Namespace Injection
- Socket.io bug fixed
- Socket.io bug fixed
- add Socket.io
- add response.template_from_string function
- add response.template function
- add variable expression change option
- interface loader update
- config onerror changed
- add response.abort
- error handler in controller
__error__
- response redirect update (relative module path)
- logger upgrade (file trace bug fixed)
- logger upgrade (log executed file trace)
- logger upgrade (code trace)
- error handler bug fixed
- apache wsgi bug fixed (public/app.py)
- apache wsgi bug fixed
- framework structure upgraded
- command line tool function changed
- submodule structure added
- logging
- simplify public directory structure