Re: Rails to Django Application Architecture Question

2019-05-27 Thread Steve R
Would it be correct to think of an app being basically one object equivalent to a single medium-to-complex class? On Friday, May 24, 2019 at 3:30:40 PM UTC-5, Steve R wrote: > > Thank you! > > On Friday, May 24, 2019 at 3:08:33 PM UTC-5, Alex Heyden wrote: >> >> What you're describing is how you'

Re: Rails to Django Application Architecture Question

2019-05-24 Thread Steve R
Thank you! On Friday, May 24, 2019 at 3:08:33 PM UTC-5, Alex Heyden wrote: > > What you're describing is how you'd lay out the models in an app. It > sounds like you may have one Django app. If I were writing this in Django, > I might try to spin the workflow and task logic off into its own > a

Re: Rails to Django Application Architecture Question

2019-05-24 Thread Alex Heyden
What you're describing is how you'd lay out the models in an app. It sounds like you may have one Django app. If I were writing this in Django, I might try to spin the workflow and task logic off into its own application if I thought that the core ideas of users and projects might feed some other b

Rails to Django Application Architecture Question

2019-05-24 Thread Steve R
Hi All - I am a new Django user, coming from RoR. I am having some difficulty wrapping my head around the whole 'apps' thing. Here is my specific use case, and I would appreciate feedback on if I am thinking about this correctly, and if not, how to think about it. I have a project management