Install local demoDjWarehouse on Windows

1. Download this installation for windows: http://djwarehouse.org/files/04_03_djwarehouse.exe

2. Run it for install.
This installation install to your computer:

  • Python 2.5 (please don't change default folder for install it);
  • Other needing modules and scripts for Python;
  • Django;
  • Local version of demo DJWarehouse in folder C:\djwarehouse\
  • Also it creates shortcut on desktop, which run local Django-development-server.

3. Run shortcut "runserver" from desktop.

4. See demo store at  http://127.0.0.1:8000/ in your browser.

5. See Admin panel at  http://127.0.0.1:8000/admin/

  • User: admin
  • Password: 12345

* Note: You need Windows XP for install it.