How can I solve the no module_found issue in Django?
after creating the venv I have installed the django to the venv.Also I have added the installed apps also but its showing no module named module_name.settings error. Can anyone help ?
after creating the venv I have installed the django to the venv.Also I have added the installed apps also but its showing no module named module_name.settings error. Can anyone help ?