Compare commits

..

3 Commits

6 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@ -15,9 +15,9 @@
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
{% block style %} {% block style %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css"> <script src="{% static 'fontawesomefree/js/all.min.js' %}"></script>
<link rel="stylesheet" href= "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link href="{% static "/css/bootstrap.min.css" %}" rel="stylesheet"> <link href="{% static "/css/bootstrap.min.css" %}" rel="stylesheet">
<link href="{% static "/css/bootstrap-icons.min.css" %}" rel="stylesheet">
<style> <style>
.bd-placeholder-img { .bd-placeholder-img {

View File

@ -76,6 +76,7 @@ INSTALLED_APPS = [
"django.contrib.staticfiles", "django.contrib.staticfiles",
'django_extensions', 'django_extensions',
'django_bootstrap5', 'django_bootstrap5',
'fontawesomefree',
'django_tables2', 'django_tables2',
"rest_framework", "rest_framework",
"login", "login",

View File

@ -4,6 +4,7 @@ django-bootstrap5==24.2
django-extensions==3.2.3 django-extensions==3.2.3
djangorestframework==3.15.1 djangorestframework==3.15.1
django-tables2==2.6.0 django-tables2==2.6.0
fontawesomefree==6.4.2
python-decouple==3.3 python-decouple==3.3
py-dmidecode==0.1.3 py-dmidecode==0.1.3
pandas==2.2.2 pandas==2.2.2