mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Include fontawesome icons
This commit is contained in:
parent
9112196b8f
commit
cfd32db570
@ -311,7 +311,9 @@ MEDIA_URL = '/media/'
|
|||||||
MEDIA_ROOT = os.path.abspath(CONFIG.get('media_root', os.path.join(BASE_DIR, 'media')))
|
MEDIA_ROOT = os.path.abspath(CONFIG.get('media_root', os.path.join(BASE_DIR, 'media')))
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
print("InvenTree running in DEBUG mode")
|
||||||
print("MEDIA_ROOT:", MEDIA_ROOT)
|
print("MEDIA_ROOT:", MEDIA_ROOT)
|
||||||
|
print("STATIC_ROOT:", STATIC_ROOT)
|
||||||
|
|
||||||
# crispy forms use the bootstrap templates
|
# crispy forms use the bootstrap templates
|
||||||
CRISPY_TEMPLATE_PACK = 'bootstrap'
|
CRISPY_TEMPLATE_PACK = 'bootstrap'
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="{% static 'fontawesome/css/solid.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/bootstrap_3.3.7_css_bootstrap.min.css' %}">
|
<link rel="stylesheet" href="{% static 'css/bootstrap_3.3.7_css_bootstrap.min.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/bootstrap-table.css' %}">
|
<link rel="stylesheet" href="{% static 'css/bootstrap-table.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/bootstrap-table-group-by.css' %}">
|
<link rel="stylesheet" href="{% static 'css/bootstrap-table-group-by.css' %}">
|
||||||
|
Loading…
Reference in New Issue
Block a user