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. All the basic stuff like settings that include URLs, "including and importing" models/views/urls are all done by the book.
Yet, i get all kinds of errors including template loading, URLs not working etc. I know this is too vague but I have a feeling that I am missing something obvious while building a website using multiple apps. I am relatively new to Django and I hope there is some good documentation/example. I tried many sources including Django documentation but so far, I haven't had the luck of finding the right answer.
thanks in advance.
bng0802