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
- HOME Page -
- Add a new team page -
- Add a new player page -
- Search page -
Technologies
- Python - 3.7.9
- Django - 3.2.10
- HTML
- CSS
- SQLite
Setup
- Install Python and Pipenv -
-
Python
-
virtualenv
- Create a project folder -
$ mkdir project
$ cd project
- Create a python virtualenv, and activate the environment to install requirements.
$ virtualenv env $ source env/Script/activate
- Install project Dependencies -
$ pip install -r requirements.txt
- Set the Database(Make sure you are in directory same as manage.py)
$ python manage.py makemigrations $ python manage.py migrate
- Create SuperUser -
$ python manage.py createsuperuser
- Run the server -
$ python manage.py runserver
Status
Project is: Done