diff --git a/arka/settings.py b/arka/settings.py index 7e4b5ac..0e7a308 100644 --- a/arka/settings.py +++ b/arka/settings.py @@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-59tghb+-((1(j5zq5m_=5v4zfna8m&^e6aet5wxrb@ol&n!*41 # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["arka.topserv4824.duckdns.org", "192.168.0.160", "localhost"] +ALLOWED_HOSTS = ["localhost", "127.0.0.1"] CSRF_TRUSTED_ORIGINS = ['https://arka.topserv4824.duckdns.org'] # Application definition @@ -82,17 +82,9 @@ WSGI_APPLICATION = 'arka.wsgi.application' # https://docs.djangoproject.com/en/4.1/ref/settings/#databases DATABASES = { - # 'default': { - # 'ENGINE': 'django.db.backends.sqlite3', - # 'NAME': BASE_DIR / 'db.sqlite3', - # } 'default': { - 'ENGINE': 'django.db.backends.postgresql_psycopg2', - 'NAME': 'vlad_arkadb', - 'USER': 'vlad_arka', - 'PASSWORD': '#e1LjpSY74^2', - 'HOST': 'localhost', - 'PORT': '', + 'ENGINE': 'django.db.backends.sqlite3', + 'NAME': BASE_DIR / 'db.sqlite3', } } diff --git a/static/css/style.css b/static/css/style.css index 6d49a85..f3d6ae7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -65,6 +65,7 @@ header > * { #logo-text { font-size: 32px; + font-weight: bolder; } #logo-image { diff --git a/templates/index.html b/templates/index.html index 9c734af..39596a4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,19 +4,19 @@ {% block styles %} @@ -119,18 +119,18 @@