Having some troubling utilizing the app's User and other model's. I'm given the error --
django.core.exceptions.ImproperlyConfigured: Requested setting
DEFAULT_INDEX_TABLESPACE, but settings are not configured. You must
either define the environment variable DJANGO_SETTINGS_MODULE or call
settings.configure() before accessing settings.
I've tried activating the env path with this :
source /home/name/app_name/bin/activate &&
/home/name/app_name/bin/python
/home/name/scripts/update_tracking.py
And also putting the task folder within my app directory.
Who has done this before and how can I get it done myself?
[edit by admin: formatting]