Skip to content

musthak24/ipl_season

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the web application for getting ipl season details.

To run the application make sure the requirements is installed

Django 2.2.3 version is used, Python 3

Create environment variable

virtualenv env

source env/bin/activate


To install requirements:

pip install -r requirement.txt

then run the server using the command : python manage.py runserver

The data is uploaded to database from the given csv file using management command.

Authentication is required to enter the application

username : admin
password : q

username :musthak
password : abc123

About

Details fetching of IPL when entering Season year

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published