Skip to content
forked from pstocky/pstocky

前端 /deploy 的代码,稍后放出

Notifications You must be signed in to change notification settings

thinker3/pstocky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

股票小数据

安装说明

  • Python 2.7
  • Redis 3.0
  • Mysql 5.7 -- 非必选,可用 sqlite3 开发
$ cd backend
$ pip install -r requirements.txt
$ ./install.sh  # 提示输入并确认 superuser 的密码
$ ./run.sh

浏览器打开 http://127.0.0.1:8000/api

admin http://127.0.0.1:8000/admin

账号/密码:admin/123

注意

  1. 目前没有 html 文件,所以,首页打不开。

About

前端 /deploy 的代码,稍后放出

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 2.6%