Build Django+MySQL+PIL on Windows
How to build django on windows? Now I know.... it's really possible.
- download python for windows from here and install it
- download python-mysql and install it
- download django, unpack it
Start -> Run -> cmd
cd Djano-xxx
setup.py install
- download PIL from here and install it
Start -> Run -> cmd
- go to our django project's directory and
manage.py runserver 8080
- READY! now check your project by http://localhost:8080
Labels: django, python, windows
add this news to develway
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home