Loan_amortization_planner-:创建每月贷款摊销图表

时间:2024-04-06 22:32:19
【文件属性】:

文件名称:Loan_amortization_planner-:创建每月贷款摊销图表

文件大小:31KB

文件格式:ZIP

更新时间:2024-04-06 22:32:19

Python

要求 Python 3.6和其他要求位于requirements.txt中,并将通过以下步骤进行安装 如何开始 下载并安装python 3.6和git下载转到运行安装virtualenv 在Ubuntu上:$在Windows Powershell上sudo apt install python-virtualenv $ pip install virtualenv创建虚拟环境 在Ubuntu上:$ virtualenv env -p在Windows上的python3.6:$ virtualenv env激活环境: 在Ubuntu上:$ source env / bin / activate在Windows上:$ ./env/scripts/activate安装需求:$ pip install -r requirements.txt 进行迁移$ python manage.py makemi


【文件预览】:
Loan_amortization_planner--master
----trydjango()
--------settings.py(3KB)
--------urls.py(803B)
--------manage.py(665B)
--------__init__.py(0B)
--------asgi.py(395B)
--------__pycache__()
--------wsgi.py(395B)
----manage.py(665B)
----requirements.txt(526B)
----Procfile(28B)
----README.md(841B)
----accounts()
--------apps.py(91B)
--------urls.py(392B)
--------tests.py(60B)
--------migrations()
--------admin.py(64B)
--------__init__.py(0B)
--------models.py(255B)
--------__pycache__()
--------views.py(3KB)
----db.sqlite3(144KB)
----templates()
--------home.html(308B)
--------signup.html(1KB)
--------login.html(690B)
--------loaddata.html(655B)
--------loandata.html(608B)
--------base.html(5KB)

网友评论