A simple online shop.
-
Install Python2.7.x (2.7.3 is the best choice)
-
Get the source
-
Unzip the
django.zip
file to current path (skip this step if you have installed Django1.3.2) -
Open your CMD and
cd
to the root path(egC:\projects\sjtuoo
), and run this command:manage.py runserver 0.0.0.0:8000
-
Open browser and visit
http://localhost:8000