RE: Best way to structure this Django project

2018-12-03 Thread Pankaj Kumar
From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] > On Behalf Of Simon Connah > Sent: Sunday, December 2, 2018 5:31 PM > To: django-users@googlegroups.com > Subject: Best way to structure this Django project > > Hi, > > I have a bit of a problem with struct

RE: Best way to structure this Django project

2018-12-03 Thread Matthew Pava
s.get_model(app_name, model_name) inside the function. -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Simon Connah Sent: Sunday, December 2, 2018 5:31 PM To: django-users@googlegroups.com Subject: Best way to structure this Django project

Best way to structure this Django project

2018-12-02 Thread Simon Connah
Hi, I have a bit of a problem with structuring a Django project. I have a UserProfile app which stores extra information about users using a OneToOneField to the Django auth user model. I have a products app which has two models relating to two types of products and finally I have a payments