Adding bootstrap to project

This commit is contained in:
Michael Bergbauer 2025-07-19 11:32:12 +02:00
parent f05116e01b
commit b4305aa7fa
4 changed files with 18 additions and 0 deletions

View File

@ -126,6 +126,10 @@ USE_TZ = True
STATIC_URL = 'static/'
STATICFILES_DIRS = [
BASEDIR / "static"
]
# Default primary key field type
# https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field

View File

@ -3,6 +3,7 @@
<html>
<head>
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'member/css/styles.css' %}">
</head>
<body>

6
static/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

7
static/js/bootstrap.bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long