diff --git a/choose/templates/login.html b/choose/templates/login.html index 7504be6..d21f23a 100644 --- a/choose/templates/login.html +++ b/choose/templates/login.html @@ -5,14 +5,7 @@ Login -
-

Login to your account

-
- {% csrf_token %} - - - -
-
+ \ No newline at end of file diff --git a/tea/settings.py b/tea/settings.py index be1dede..de98074 100644 --- a/tea/settings.py +++ b/tea/settings.py @@ -45,6 +45,7 @@ INSTALLED_APPS = [ 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', + 'social_django', 'corsheaders', 'choose' ] @@ -127,7 +128,7 @@ USE_TZ = True # https://docs.djangoproject.com/en/4.1/howto/static-files/ STATIC_URL = 'static/' - +STATIC_ROOT = f'{BASE_DIR}/static' # Default primary key field type # https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field