Forums

Which wsgi file?

I try to deploy my project and error log keeps giving me ... Could not import settings 'prometall.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named 'prometall.settings' ...

what am doing wrong, maybe i am using the wrong wsgi file, maybe i should use the one that was generated automatically when i created my project? Or where is that problem comming from? I tried to add the path to the settings file manually, but that did not resolve anything, same error.

Sorry for making this a topic, i found some stupid mistakes made by me, Thanks.

Glad you figured it out! for anyone else, here's some tips on debugging sys.path issues