Skip to content

StarryPath/tipsy_wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

支持MarkDown的WIKI系统

环境依赖

  • python3.6
  • django1.11
  • pymysql
  • mysqlclient
  • mysql5.7

安装

clone本项目之后,配置/tipsy_wiki/tipsy_wiki/settings.py里的数据库相关配置

  1. 建立数据库

进入mysql终端,创建utf8格式的数据库,名为djangodb

  1. 数据库迁移与数据表创建

进入项目根文件夹

python3 manage.py makemigrations

python3 manage.py migrate

  1. 测试数据导入

python3 manage.py shell

>>import createdata

  1. 以开发模式运行,实时显示报错

python3 manage.py runserver 0:8000

  • 推荐使用nginx用于生产环境,具体配置请自行搜索

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •