-
下载项目文件到指定文件夹。
-
使用
mkvirtualenv ihome_python2
创建一个项目的虚拟环境,并进入 -
在虚拟环境中使用
pip install -r requirements.txt
命令安装项目所需要的包 -
在MySQL数据库中创建项目需要的数据库
-
在config.py文件中配置数据库等相关参数信息
-
配置后,对数据库进行表的迁移:
- 使用
python2 manage.py db init
命令初始化, - 使用
python2 manage.py db migrate -m 'init tables'
命令初始化表 - 使用'python manage.py db upgrade'命令升级
- 使用
-
在该项目的根目录下输入
python manage.py runserver
默认开启127.0.0.1:5000
端口,或使用命令python manage.py runserver -h host -p prot
命令指定相关host和port; -
根据蓝图及各个url在浏览器中输入地址,类似
host:port/url
进行访问。
-
Notifications
You must be signed in to change notification settings - Fork 0
yuyexiaohan/HouseRent_python2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
flask框架下的前后端分离的房屋租住项目
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published