I-P-L-Team-Project

This “I P L Team Project” is developed by Prasanta Kumar Mohanty using Python with Django web framework, HTML & CSS.

Screenshots

  1. HOME Page –

Screenshot (300)

  1. Add a new team page –

Screenshot (292)

  1. Add a new player page –

Screenshot (293)

  1. Search page –

Screenshot (294)

  1. Team Details page – Screenshot (295)

  2. Player list of selected team – Screenshot (296)

  3. Player profile page – Screenshot (297)

  4. Team edit page – Screenshot (298)

  5. Footer – Screenshot (299)

Technologies

  • Python – 3.7.9
  • Django – 3.2.10
  • HTML
  • CSS
  • SQLite

Setup

  1. Install Python and Pipenv –
  • Python

  • virtualenv

  1. Create a project folder –

    $ mkdir project
    $ cd project
  1. Create a python virtualenv, and activate the environment to install requirements.

       $ virtualenv env
       $ source env/Script/activate
    
  2. Install project Dependencies –
      $ pip install -r requirements.txt
    
  3. Set the Database(Make sure you are in directory same as manage.py)

      $ python manage.py makemigrations
      $ python manage.py migrate
    
  4. Create SuperUser –
      $ python manage.py createsuperuser
    
  5. Run the server –
      $ python manage.py runserver
    

Status

Project is: Done

GitHub

View Github