This is a django project on pokemon details where u can search about pokemons and know there details How to run the project:
- Clone the repo using the link.
-
https://github.com/RohithgowdaM/Pokemon.git
- Python should be installed. Install necessary libraries like django, pandas, sqlite3 etc.
- After cloning open the terminal and open the folder and run the following commands during initializations
``` python manage.py makemigrations python manage.py migrate ```
- Edit home.html page and enable upload the csv file button and click the button to upload to database and disable the button.
- Then run the command to start the application and enjoy the pokemon application.