# homework_week4 **Repository Path**: ddtu/homework_week4 ## Basic Information - **Project Name**: homework_week4 - **Description**: CSDN Python learning week4 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # homework_week4 #### Description CSDN Python learning week4 在线相册管理 #### Software Architecture #### Installation 1. 需要依赖django框架,确保在运行机器上有django框架 2. mysql数据库 3. 创建MySQL 数据表 方法一:手动创建数据表 (1) 先创建数据库 mytest (2) 在mytest数据库中创建数据表, 数据表格式如下: 字段 类型 说明 id tinyint not null info varchar(30) not null name varchar(30) not null ctime datetime default(time.now) 方法二:导入在/static/myapp/db/mypics.sql; 并修改settings.py目录下的数据库名称 #### Instructions 1. 可直接访问 http://47.97.109.193:8000/index/page1 #### Contribution 1. Fork the project 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)