Skip to content

kenxausten/chinese-poetry-djangoshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chinese-poetry-djangoshow

chinese-poetry , show in web using Django framework with mysql database

  1. install the requirements pip install -r requirements.txt

  2. create database a) under mysql mode: create database chinese_poetry CHARACTER SET utf8 COLLATE utf8_general_ci; b) python manager.py makemigrations; c) python manager.py migrate;

  3. run the server: python manager.py runserver localhost:8001

  4. open the URL: http://localhost:8001/admin

  5. import the Shijing to mysql db Alt text

About

chinese-poetry , show in django using mysql database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published