Refactor project structure

This commit is contained in:
Kristóf Tóth
2018-01-31 15:50:52 +01:00
parent 23cc381495
commit 0d41b4c8e9
20 changed files with 27 additions and 28 deletions

View File

@ -3,7 +3,7 @@ import json
from tornado.ioloop import IOLoop
from tornado.web import RequestHandler, Application
from config import LOGIN_APP_PORT
from tfw.config import LOGIN_APP_PORT
from login_component import authorize_login