Skip to content

awesome-archive/Vino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vino

Django 写的一个练手博客。在线演示:http://vino.pythonanywhere.com/

开发和部署

  • 开发工具 Pycharm
  • 部署平台 pythonanywhere
  • 开发环境 python3.5 + Django 1.9

复现

  • Install Python 3.5 ,Django 1.9,PyCharm
  • Clone this Project
  • Install virtualenv,create virtualenv,and activate virtualenv
  • pip install -r requirements.txt
  • python manage.py migrate
  • create super user,means that a username and secert for admin
  • python manage.py runserver
  • In your chrome see :127.0.0.1

参考借鉴

License

no,just enjoy coding!

About

Its a Blog based on Django and Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 35.2%
  • CSS 29.4%
  • HTML 20.8%
  • JavaScript 14.6%