mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
Installed fontawesome
This commit is contained in:
parent
5152024002
commit
9338a3477f
3
.gitignore
vendored
3
.gitignore
vendored
@ -131,3 +131,6 @@ dmypy.json
|
||||
|
||||
config.json
|
||||
debug
|
||||
|
||||
/static/admin/
|
||||
/static/fontawesomefree/
|
||||
|
||||
@ -44,6 +44,7 @@ INSTALLED_APPS = [
|
||||
"django.contrib.sessions",
|
||||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
"fontawesomefree",
|
||||
"main",
|
||||
"karbs",
|
||||
]
|
||||
|
||||
@ -1 +1,2 @@
|
||||
Django==4.1
|
||||
fontawesomefree==6.2.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user