Enel Telecontrole Web :用python编写的Web Plataform,用于管理电气点项目过程。 版本: 1.0 目录 入门 开发环境 创建postgreSQL数据库表 psql -U postgres create database telecontrol ; 设置虚拟环境(例如virtualenv-wrapper): mkvirtualenv telecontrol workon telecontrol 安装要求: pip install -r requirements 运行Django迁移 python manage.py migrate 创建管理员超级