# message_board **Repository Path**: q-linyu/message_board ## Basic Information - **Project Name**: message_board - **Description**: 使用django框架完成留言板案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-17 - **Last Updated**: 2021-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 留言板 #### 案例简介 通过学习django完成基础性功能,通过该案例简单易懂,可以很好帮助初学者巩固django知识点 #### 开发环境 > IDE:pycharm2019.3.5 > > 数据库:mysql5.6、navicat > > 编程语言:python3.7 > > 框架:django 3.1.3 #### 启动 ```python # 数据库建模 python manage.py makemigrations python manage.py migrate # 启动 python manage.py runserver ``` #### 访问 http://localhost:8000/message_board/