# luffyapi **Repository Path**: cecilia_chen/luffyapi ## Basic Information - **Project Name**: luffyapi - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-11-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 在你的环境下安装项目所用依赖(packages.txt) ```python pip install -r packages.txt ``` ## 数据库配置 ```python 1.创建数据库名为 luffy,编码采用utf-8 2.创建该数据库操作用户--账号 luffy 密码Luffy123? 3.完成数据库迁移:python manage.py migrate 4.自行创建超级用户(createsuperuser) 5.自行添加测试数据(/xadmin) ```