diff --git a/config/settings/base.py b/config/settings/base.py index 1fd9c83..61c9379 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -23,7 +23,7 @@ # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # though not all of them may be available with every OS. # In Windows, this must be set to your system time zone. -TIME_ZONE = "UTC+2" +TIME_ZONE = "Europe/Berlin" # https://docs.djangoproject.com/en/dev/ref/settings/#language-code LANGUAGE_CODE = "en-us" # https://docs.djangoproject.com/en/dev/ref/settings/#languages @@ -307,7 +307,9 @@ # https://docs.allauth.org/en/latest/socialaccount/configuration.html SOCIALACCOUNT_ADAPTER = "building_dialouge_webapp.users.adapters.SocialAccountAdapter" # https://docs.allauth.org/en/latest/socialaccount/configuration.html -SOCIALACCOUNT_FORMS = {"signup": "building_dialouge_webapp.users.forms.UserSocialSignupForm"} +SOCIALACCOUNT_FORMS = { + "signup": "building_dialouge_webapp.users.forms.UserSocialSignupForm", +} # django-compressor # ------------------------------------------------------------------------------ # https://django-compressor.readthedocs.io/en/latest/quickstart/#installation