Installed fontawesome

This commit is contained in:
Kristofers Solo 2023-01-18 21:08:52 +02:00
parent 5152024002
commit 9338a3477f
4 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -131,3 +131,6 @@ dmypy.json
config.json
debug
/static/admin/
/static/fontawesomefree/

View File

@ -44,6 +44,7 @@ INSTALLED_APPS = [
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"fontawesomefree",
"main",
"karbs",
]

View File

@ -1 +1,2 @@
Django==4.1
fontawesomefree==6.2.1

View File

@ -12,6 +12,7 @@ classifiers =
packages = kristofersxyz
install_requires =
Django>=4.1
fontawesomefree>=6.2.1
python_requires = >=3.10
package_dir = =.