Skip to content

bigtang/sjtuoo

 
 

Repository files navigation

OO Course Project, SJTU

A simple online shop.

Install & Run

  1. Install Python2.7.x (2.7.3 is the best choice)

  2. Get the source

  3. Unzip the django.zip file to current path (skip this step if you have installed Django1.3.2)

  4. Open your CMD and cd to the root path(eg C:\projects\sjtuoo), and run this command:

     manage.py runserver 0.0.0.0:8000
    
  5. Open browser and visit http://localhost:8000

About

Project of OO Course in SJTU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.9%
  • Python 23.1%