I should note that there is an __init __.py file in the application directory.
I believe I know the source of the error. It seems to lie in the application's views.py file.
from tbg.myapp.models import Document
from tbg.myapp.forms import DocumentForm
Showing you as little as possible, this is a part of what I imported. I observe that if I remove the tbg, for example, the error will alter to no module named myapp.
How do I fix this?