Add app to the installed apps list
This commit is contained in:
parent
7726bc7c41
commit
37fc39dd7f
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'app'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Reference in a new issue