You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello, I have this kind of problem. We have designed two applications with different models. Now we should divide these applications into three apps by dividing all information inside them into 3 models. What kind of method or technique I can use to apply it.
Naveen Arora
unread,
Mar 12, 2020, 2:33:39 AM3/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Please be more specific about your question.
As far i could understand by now, you need to check how your models are related and then you can easily normalize them into as many models as possible.