Skip to content

icecraft/Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###How to Install

  1. virtualenv venv

  2. source venv/bin/activate

  3. pip install -r requirements.txt

  4. python notebook.py shell

    • user = User(username='xxx', password='yyy')
    • db.session.add(user)
    • db.session.commit()
    • Diary.creat_newdiary(2016, user)
  5. now wait a minute!

  6. python app.py

  7. open 127.0.0.1:5050

  8. enjoy it !

About

develop by flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published