Answers for "font awesome 5 css link"

5

Model class django.contrib.sites.models.Site doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS

Just add 'django.contrib.sites', to INSTALLED_APPS and set SITE_ID = 1 in your settings.py file.
Posted by: Guest on July-02-2020
0

font awesome link

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
Posted by: Guest on April-27-2021

Browse Popular Code Answers by Language