'When i create Django Project with environment i have had a mistake line but when i deleted the environment file the line had disappeared !! Any Idea?
import os
from django.core.wsgi import get_wsgi_application // Mistake in any import commands line but it is working
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'AIDjango.settings')
application = get_wsgi_application()
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
