Add app to the installed apps list

This commit is contained in:
PCoder 2021-07-27 09:50:25 +05:30
parent 7726bc7c41
commit 37fc39dd7f
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'app'
]
MIDDLEWARE = [