added static bootstrap, further tempalte clean up
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user