# tjango **Repository Path**: kidozh/tjango ## Basic Information - **Project Name**: tjango - **Description**: 使用Tornado来仿写Django的一些功能 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-01-03 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tjango Make tornado more djangoful ## motivation When I started to work with tornado , it make me awkward when I need to do a lot of things that django have already achieved. So I want to use tornado as easy as django ## features * admin page * a simple url configuration * realtime monitor ## dependency * peewee * tornado * psutil * bcrypt