Hi, I am trying to create a scheduled task, and I need to import from my models file (I am using Django with Python 3.7), I tried importing using from .models and from appName.models, and didn't work both ways. Files structure is:
- appName
- models.py
- task.py
Pleeease help, thank you!