Pokémon TCG Manager
A simple application to manage your Pokémon TCG cards collection (under construction).
How to use
-
Download this repository and install the dependencies.
-
Then, run
python manage.py migrate
. -
Create a superuser using
python manage.py createsuperuser
and thenpython manage.py runserver
. -
Go to
localhost:8000/admin
and log into the admin panel. -
Choose a Collection to add to the database. Doing this will automagically import all cards from the chosen collection.
-
Access the Cards menu to view the newly added data.
Credits
This application was developed using data consumed from the awesome Pokémon TCG API.
Pokémon and Pokémon character names are trademarks of Nintendo.
This application was developed with studying purposes and cannot be commercialized.