Skip to content

Mdltre/Pokemon-Exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Exam

submitted by Maria Jose P. Dela Torre


Requirements

  1. Create a management command that saves all the pokemon from the pokeapi in your pokedex database. Plus points if you can determine data that can be stored into different tables for reusability. At least generation 1 Pokemons (first 151 Pokemons)
  2. Using Django views, create a page that:
  • Lists all Pokemon
  • Displays the details of a specific Pokemon
  • Allows you to create a new Pokemon
  • Allows you to update a Pokemon
  • Allows deletion of a Pokemon
  1. Add a search by Pokemon name function when showing the list of Pokemon
  2. Add a filter by Pokemon type function when showing the list of Pokemon
  3. Show the evolution chart when showing the details of the Pokemon
  4. Add a registration page.
  5. Only ask for first name, last name, email, username and password.
  6. Add a login page asking for the username and password.Only authenticated users should only be able to access the add, update, delete pokemon pages.
  7. List and detail page should be accessible publicly.
  8. Add logout. Should only show when users are already authenticated.
  9. Update your admin pages to show relevant data and to make it easier to see and manipulate the data.

What to install

  1. Python (latest)
  2. Django (latest)
  3. Poetry

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors