diff --git a/core/accounts/templates/accounts/home.html b/core/accounts/templates/accounts/home.html index 90ebc1d..f2f58ac 100644 --- a/core/accounts/templates/accounts/home.html +++ b/core/accounts/templates/accounts/home.html @@ -1,5 +1,5 @@ - +
diff --git a/core/core/settings.py b/core/core/settings.py index ccf4a5f..490792a 100644 --- a/core/core/settings.py +++ b/core/core/settings.py @@ -31,6 +31,7 @@ ALLOWED_HOSTS = ['127.0.0.1', 'localhost'] # Application definition INSTALLED_APPS = [ + 'accounts.apps.AccountsConfig', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes',