Figured out my own problem: the I kept trying to import
"project.apps.application.module" when the django configuration means
that my sys.path is actually already in the project directory.
Importing "apps.application.module" works fine.

Reply via email to