/Vino

Its a Blog based on Django and Python.

Primary LanguagePython

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!