added font awesome
All checks were successful
Test Django / Test migration (push) Successful in 49s

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-12-20 18:24:42 +01:00
parent 806fe22a12
commit e9ccf8131a
3 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@ INSTALLED_APPS = [
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'bootstrap5', 'bootstrap5',
'fontawesomefree',
'sourcePerson' 'sourcePerson'
] ]

View File

@ -5,6 +5,7 @@ django-bootstrap-v5==1.0.11
django-browser-reload==1.12.1 django-browser-reload==1.12.1
django-shortcuts==1.6 django-shortcuts==1.6
djangorestframework==3.14.0 djangorestframework==3.14.0
fontawesomefree==6.5.1
include==0.2.2 include==0.2.2
mysqlclient==2.2.0 mysqlclient==2.2.0
pytz==2023.3.post1 pytz==2023.3.post1

View File

@ -6,6 +6,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="{% static 'fontawesomefree/js/fontawesome.js' %}"></script>
<script src="{% static 'fontawesomefree/js/solid.js' %}"></script>
<script src="{% static 'fontawesomefree/js/brands.js' %}"></script>
<title>{% block title %} Quote Me {% endblock %}</title> <title>{% block title %} Quote Me {% endblock %}</title>
</head> </head>
<body> <body>