add the webshop app to django

This commit is contained in:
Andreas Zweili 2017-11-13 22:48:51 +01:00
parent f6df899f6f
commit 64a4edd3f6
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
'webshop.apps.WebshopConfig',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',