By Godda
I have been trying for the past two weeks now to host my web app on digital oceans droplet cloud server , after I had successfully uploaded all the files of my Django app to the droplet cloud server, I can’t seem to figure how to run the app without running into this exception ImproperlyConfigured: Cannot import ASGI_APPLICATION module, In my development environment every thing seems to work without any problem but when uploaded on the ubuntu droplet I keep getting the above error, I have down-grade my Django from 3.1 to 2.5.1 as a solution on stack was suggested but it didn’t work and also I tried other suggestions of importing the application in the routing file as another solution but the problem seem to persist! Am really getting stressed since it has been almost two week on trying to hunt the bug, and I have tried other methods suggested on stack ! As I mentioned that am only having this issue in my production environment. What can possible be the course ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @umarfarukabu,
It seems to me like you are not importing or the module that you are trying to import is not available. Try to see if everything between your dev and prod environment is the same. By everything, I mean Python modules, Python versions, Django versions so on and so fort.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.