Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 767 Bytes

Pokemon

This is a django project on pokemon details where u can search about pokemons and know there details How to run the project:

  1. Clone the repo using the link. -https://github.com/RohithgowdaM/Pokemon.git
  2. Python should be installed. Install necessary libraries like django, pandas, sqlite3 etc.
  3. After cloning open the terminal and open the folder and run the following commands during initializations

``` python manage.py makemigrations python manage.py migrate ```
  1. Edit home.html page and enable upload the csv file button and click the button to upload to database and disable the button.
  2. Then run the command to start the application and enjoy the pokemon application.

image.png