hmacphail / pokemon-evolution

0 stars 0 forks source link

Create seeders for populating pokemon data #51

Open hmacphail opened 6 years ago

hmacphail commented 6 years ago

Use seeders instead of admin populating form views. This will mean the pokemon are programmatically added (probably with separate json static files, especially larger datasets).

Should also use pokeapi to easily grab json files for learnsets, moves, and other large datasets