Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

项目运行步骤 #5

Open
wolgod opened this issue Dec 30, 2019 · 3 comments
Open

项目运行步骤 #5

wolgod opened this issue Dec 30, 2019 · 3 comments

Comments

@wolgod
Copy link

wolgod commented Dec 30, 2019

大神,能不能写一个运行项目的步骤啊

@jeyrce
Copy link
Owner

jeyrce commented Dec 30, 2019

就是django的运行步骤啊, 我觉得很简单就没写, 你是要克隆下来试试看么

@wolgod
Copy link
Author

wolgod commented Dec 31, 2019

对的,建议写一下 这样新手也能快速上手了
我现在是用的py3.6环境,第一步pip install -r requirements.txt 就执行报错

@jeyrce
Copy link
Owner

jeyrce commented Jan 4, 2020

对的,建议写一下 这样新手也能快速上手了
我现在是用的py3.6环境,第一步pip install -r requirements.txt 就执行报错

这种报错应该是三方包的版本问题引起的,我已经更新了三方包版本了

git clone https://github.com/jeeyshe/ishare.git

cd ishare

pip install -r requirements.txt

vim ljx/settings.py 修改里面你的数据库信息

python manage.py migrate

python manage.py runserver

然后打开你的浏览器127.0.0.1:8000就可以了啊

@wolgod wolgod closed this as completed Jan 7, 2020
@jeyrce jeyrce reopened this Aug 18, 2020
@jeyrce jeyrce closed this as completed Mar 3, 2021
@jeyrce jeyrce reopened this Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants