Compare commits

..

No commits in common. "issue_30" and "main" have entirely different histories.

6 changed files with 2 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -15,9 +15,9 @@
<!-- Bootstrap core CSS -->
{% block style %}
<script src="{% static 'fontawesomefree/js/all.min.js' %}"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<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-icons.min.css" %}" rel="stylesheet">
<style>
.bd-placeholder-img {

View File

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

View File

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