I'm newbie of Django. I just find out there is 2 ways of loading bootstrap in Django with:
1. <link rel="stylesheet" href="" crossorigin="anonymous">: For CDN or local file.
2. Installing in enviroment with (pip install django-bootstrap3): Loading by {% load bootstrap3 %}
Which way do you prefer in this case? Thank you so much.