Django INSTALLED_APPS
INSTALLED_APPS INSTALLED_APP is a list of strings that appoint/choose all the applications enabled in Django installation used to configure applications. When we create an application using the command line $ django-admin startapp nameofapp Then th...
Jan 12, 20241 min read65
