Skip to content

HunterQu/FamilyFinancialSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FamilyFinancialSystem

  • 本项目使用 BootStrap + Django + Mysql, Echarts🤗
  • doc📖: 飞书

python依赖安装

Python版本为3.8.10

#在你的虚拟环境中安装依赖
pip install -r requirements.txt

启动服务器

注意运行前请配置config\config.json,具体操作教程见config目录下readme.md

python manage.py runserver

创建管理员用户

#先进行数据库迁移
python manage.py migrate

#创建用户(输入命令后根据提示创建)
python manage.py createsuperuser

创建完成后即可访问http://127.0.0.1:8000/admin/ 登录管理页面

Alt

About

a Familly Financial System powered by Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5