# test_tools **Repository Path**: lueans/test_tools ## Basic Information - **Project Name**: test_tools - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-08 - **Last Updated**: 2021-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 创建超级用户 python manage.py createsuperuser ### 同步数据库 ```python # 让 Django 知道我们在我们的模型有一些变更 python manage.py makemigrations # 创建表结构 python manage.py migrate ``` ### common app 项目核心库,存放公共的代码和django自带的auth功能重写 ### api_factroy app 作业项目,实现crud接口