Re: database design approach

2023-02-01 Thread vamsikrishna Aliveli
Hi , If you are using single model you use single model with multiple fields .If you are using multiple models you can use Foreign field to refer other model in current model.(Player model) On Wed, 1 Feb 2023, 20:33 datasci via Django users, < django-users@googlegroups.com> wrote: > I am

database design approach

2023-02-01 Thread datasci via Django users
I am designing a database for a django project. I already read this tutorial that I found really useful: https://learndjango.com/tutorials/database-design-tutorial-beginners I have a question regarding the normalization. The normalization is important due that we need to reduce redundant data.