https://github.com/rohithgowdam/pokemon-details
A django website on pokemon details.
https://github.com/rohithgowdam/pokemon-details
django pokemon pokemon-details pokemons sqlite sqlite3 webiste
Last synced: about 2 months ago
JSON representation
A django website on pokemon details.
- Host: GitHub
- URL: https://github.com/rohithgowdam/pokemon-details
- Owner: RohithgowdaM
- License: apache-2.0
- Created: 2023-07-23T17:53:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T10:43:24.000Z (over 1 year ago)
- Last Synced: 2025-03-01T23:55:50.461Z (over 1 year ago)
- Topics: django, pokemon, pokemon-details, pokemons, sqlite, sqlite3, webiste
- Language: HTML
- Homepage:
- Size: 7.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
### Command
```bash
python manage.py makemigrations
python manage.py migrate
```
4. Edit home.html page and enable upload the csv file button and click the button to upload to database and disable the button.
5. Then run the command to start the application and enjoy the pokemon application.
