HackanDemi / HackanDemi/Pokedex-clone
Update Pokemon Model
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Update our Pokemon model to have moves. Also update pokemon fixture data to have some moves if you can.
Here's the code you'll want to add to the pokemon model:
```python
moves = models.ManyToManyField(Move, related_name="pokemon")
**Don't forget to run migrations**. Don't forget to import what you need.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.