[Answer]-Django stopped working with mod_wsgi/apache

1👍

bitnami developer here. I think you have a typo, at least in the code you are pasting:

os.environ['DJANGO_SETTNGS_MODULE']='harshp.settings.production'

Can you try to change it from SETTNGS to SETTINGS?

Leave a comment