Serving files locally: issue #30 #33

Open
rskthomas wants to merge 3 commits from issue_30 into main
2 changed files with 2 additions and 0 deletions
Showing only changes of commit b7d7b9041d - Show all commits

View File

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

View File

@ -4,6 +4,7 @@ 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