ImportError: Could not import settings 'file-patn/settings' (Is it on sys.path?): Import by filename is not supported.
My code has this
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
What changes need to be done in the code to remove the error ?
Just add this: