i create an new django priject. when i visit its url i get "Unhandled Exception"
in log:
ImportError: Could not import settings 'to2co.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named to2co.settings
what can be the problem ?
i try to create flask app on that domain and its work OK.