# flatfish **Repository Path**: qinshijie/flatfish ## Basic Information - **Project Name**: flatfish - **Description**: supervisor ui with django - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-11-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flatfish supervisor ui with django # 安装 ``` 1、克隆代码到本地 2、执行python manage.py migrate来初始化数据库 3、执行python manage.py createsuperuser创建管理员用户 4、执行python ./manager.py runserver启动 5、访问http://127.0.0.1/supervisor/node ```