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...
blog.giriamrit.com.np1 min read