/adverity_python_challange

A simple app which allows to collect, resolve and inspect information about characters in the Star Wars universe from the SWAPI.

Primary LanguagePython

adverity_python_challange

A simple app which allows to collect, resolve and inspect information about characters in the Star Wars universe from the SWAPI.

  1. How to run app:

    • go to ~/adverity_python_challange:
    make build run
    
  2. How to make migrations:

    • go to ~/adverity_python_challange:
    make makemigrations migrate
    

    Values Count table is created based on loaded data on previous page as it wasn't clarified in specification