Answer the question
In order to leave comments, you need to log in
Why does an error occur when including an application in a Django project?
There is a project FirstProject. It has the FirstApp application.
Here is the list of INSTALLED_APPS from FirstProject/settings.py:
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'FirstApp',
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question