Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.27 KB

A UNSW CSE Course experience sharing website based on Django.

Quick Links:


Quickstart

Install requirements.

pip2 install -r requirements.txt

If you are in mainland China, try this one:

pip2 install  -i  https://pypi.doubanio.com/simple/  --trusted-host pypi.doubanio.com -r /requirements.txt

Start the server

python2 manage.py runserver 

Here we go 😀😃😄😁

Open this url in your browser: http://127.0.0.1:8000/

If it does not work, sending email to me: [email protected]


TODO(Ordered by urgency)

  • adding undergraduate courses.(done)
  • customize index page.(done)
  • attracting users.
  • bg font bug.

ScreenShots: