Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 370 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 370 Bytes

Template CDN Bootstrap

This is a simple Django template that uses bootstrap from a CND

Usage

Add template_cdn_bootstrap to your INSTALLED_APPS in your django settings.py file

Also if you want to see as an index page add

path(
    '',
    include('template_cdn_bootstrap.urls')
    
)

To your urls.py file under the urlpattenrs list.