Re: using django with multiple apps

2017-01-05 Thread bng0802
Thanks Kirby, I will get down to the nitty gritty and let you know what I found out. I appreciate your help - Ben On Thursday, January 5, 2017 at 12:36:36 AM UTC-8, C. Kirby wrote: > > Have you worked through the Django tutorial? Generally the django > documentation is considered to be some of t

Re: using django with multiple apps

2017-01-05 Thread C. Kirby
Have you worked through the Django tutorial? Generally the django documentation is considered to be some of the best framework documentation there is. I sure think so. Specific to your problem, chances are you are having some trouble with either namespacing or scoping. A few things to make sur

using django with multiple apps

2017-01-04 Thread bng0802
Can anyone point to me in the right direction regarding how to use Django with Multiple apps. I am trying to build website that can work seamlessly that would direct from one view to the other based on some logic. Obviously, I have both o2m (one to many) and m2m (many to many) relationships. Al