added static bootstrap, further tempalte clean up

This commit is contained in:
2025-04-06 18:49:09 +02:00
parent a4f8ed5aff
commit 7fa6f0a015
10 changed files with 37 additions and 126 deletions

View File

@ -106,7 +106,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Berlin'
USE_I18N = True
@ -116,6 +116,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.1/howto/static-files/
import os
STATIC_URL = 'static/'
# Default primary key field type