Skip to content

RohithgowdaM/Pokemon-details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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