Skip to content

jianzhi-1/finalproject2015

Repository files navigation

 ,-----.,--.                  ,--. ,---.   ,--.,------.  ,------.
'  .--./|  | ,---. ,--.,--. ,-|  || o   \  |  ||  .-.  \ |  .---'
|  |    |  || .-. ||  ||  |' .-. |`..'  |  |  ||  |  \  :|  `--, 
'  '--'\|  |' '-' ''  ''  '\ `-' | .'  /   |  ||  '--'  /|  `---.
 `-----'`--' `---'  `----'  `---'  `--'    `--'`-------' `------'
----------------------------------------------------------------- 

The creators of Score! (Bryan Yang and Wang Jianzhi) would like to thank our CEP teacher Mrs Neo for her guidance and support throughout the project. We would also like to thank http://www.kryogenix.org/code/browser/sorttable/ for providing us the free sorttable.js javascript which enables us to sort our HTML tables.Starting from the Terminal

Thank you all and we will continue to update this project :) -Bryan and Jianzhi [2015]

Welcome to your Django project on Cloud9 IDE!

Your Django project is already fully setup. Just click the "Run" button to start the application. On first run you will be asked to create an admin user. You can access your application from 'https://finalproject-jianzhi-1.c9.io/' and the admin page from 'https://finalproject-jianzhi-1.c9.io/admin'.

Starting from the Terminal

In case you want to run your Django application from the terminal just run:

  1. Run syncdb command to sync models to database and create Django's default superuser and auth system

    $ python manage.py syncdb

  2. Run Django

    $ python manage.py runserver $IP:$PORT

Support & Documentation

Django docs can be found at https://www.djangoproject.com/

You may also want to follow the Django tutorial to create your first application: https://docs.djangoproject.com/en/1.7/intro/tutorial01/

Visit http://docs.c9.io for support, or to learn more about using Cloud9 IDE. To watch some training videos, visit http://www.youtube.com/user/c9ide

About

CEP Final Project 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published