You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from django.core.management import execute_manager
try:
import settings # Assumed to be in the same directory.
except ImportError:
import sys
sys.stderr.write("Error: Can't find the file 'settings.py' in the directory containing %r.\nHINT: Make sure that you have copied the settings.py.default file to settings.py.\n(If the file settings.py does indeed exist, it's causing an ImportError somehow.)\n" % __file__)