MakennaWorley / chess-website

A chess pairing and rating updating system using django
1 stars 0 forks source link

Manual Adding #5

Open MakennaWorley opened 1 month ago

MakennaWorley commented 1 month ago

Users should be able to manually create a single object such as a class, player, and/or game. There should be enough empty fields to give the database all the needed information for the creation. This will then save to the database upon clicking the "save" button.

MakennaWorley commented 1 week ago

Pushing back since I need the import and export working before this.