Skip to content

pankajgavit/sport_league

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sport_league

Website which shows the statistics of the team and the players in a particular league. The website is on Django framework.

To run the website, Django framework is required on your computer. Django runs on python, So ensure that python 3.5.2 is also installed prior to installing Django.

Download Python for windows - https://www.python.org/downloads/

Installing Django in windows - https://docs.djangoproject.com/en/1.10/howto/windows/

Once Django is installed open the windows power shell and navigate to the main directory (i.e. sport_league) of the project through the power shell. This main directory will contain the file manage.py.

In this directory type - python manage.py runserver

This starts the server in the default localhost address 127.0.0.1:8000

Once this is done open a browser and go to the localhost address - 127.0.0.1:8000

The sports league website will display on that address.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published