This commit is contained in:
@@ -64,6 +64,7 @@ DEBUG = env_bool("DJANGO_DEBUG", True)
|
||||
ALLOWED_HOSTS = env_list("DJANGO_ALLOWED_HOSTS", "localhost,127.0.0.1,testserver")
|
||||
CSRF_TRUSTED_ORIGINS = env_list("DJANGO_CSRF_TRUSTED_ORIGINS")
|
||||
TIME_ZONE = os.getenv("DJANGO_TIME_ZONE", "Europe/Brussels")
|
||||
VACATURERADAR_OWNER_NAME = os.getenv("VACATURERADAR_OWNER_NAME", "Jens").strip()[:40] or "Jens"
|
||||
LANGUAGE_CODE = "nl-be"
|
||||
USE_I18N = True
|
||||
USE_TZ = True
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ from apps.core.views import (
|
||||
urlpatterns = [
|
||||
path(
|
||||
"favicon.ico",
|
||||
RedirectView.as_view(url=static_url("favicon.svg"), permanent=True),
|
||||
RedirectView.as_view(url=static_url("img/itworx-app-icon.png"), permanent=True),
|
||||
name="favicon",
|
||||
),
|
||||
path("admin/", admin.site.urls),
|
||||
|
||||
Reference in New Issue
Block a user