Wednesday, May 13, 2009

Build Django+MySQL+PIL on Windows

How to build django on windows? Now I know.... it's really possible.


  1. download python for windows from here and install it

  2. download python-mysql and install it

  3. download django, unpack it

  4. Start -> Run -> cmd

  5. cd Djano-xxx

  6. setup.py install

  7. download PIL from here and install it

  8. Start -> Run -> cmd

  9. go to our django project's directory and manage.py runserver 8080

  10. READY! now check your project by http://localhost:8080

Labels: , ,

develway.pl add this news to develway

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home