In order to strengthen my basic knowledge in Django, I have decided to create something ther than a "to-do" list, I want to create a app that:
"will need to create a number of unique 6 digit codes and store in the database. This will be used to verify unique entries."
so my question is as follows:
- How can I quickly generate and store 50 random entries in my db
- How can I check if the user has a number that matches or not
What is the best way to approach this, I need to start thinking like a dev so I am looking for a bit of guidance and not the result, a nudge in the right direction, I have attached a mock up of the design where the user is requested to submit their "unique entry" and see if it matches to any one of them stored in the db
I am obviously reading the official django documentation too, but its not as straight forward for me to understand
Regards
Trevor