Giter Site home page Giter Site logo

zhengzihui's Introduction

You Can Run this app by following steps:

Windows:

1.python2.7(32bit) Download from python.org
2.mysql sever (32bit) Download from mysql website
3.pip download from website(after install pip,you can easy use 'pip install projectname' to install)
4.Django   'pip install django'
5.django-suit     'pip install django-suit'
6.django-filer    'pip install django-filer'
7.mysql-python and numpy   'pip install mysql-python numpy'(this step will get error if you not install MySQL-python-1.2.4b4.win32-py2.7.exe)
8.install MySQL-python-1.2.4b4.win32-py2.7.exe

TIP:Because the python-win depends on the C++ complier , and you should install the VS2010 EXPRESS(or vs2008) for useing the python2.7
And some others configure below:
Edit the system EvironmentVarible
new VS90COMNTOOLS ,and the value is  %VS100COMNTOOLS%
or simple go to cmd line input :
SET VS90COMNTOOLS=%VS100COMNTOOLS%

Finally you should change the zhengzihui/setting.py the databaseinfo which match to your own setting
(change the psw of connecting the mysql and create the zhengzihui_test_second DATABASE if not exist)

then 
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

zhengzihui's People

Contributors

shadowkilleri avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.