Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 413 Bytes

Base Template

This is a simple Django template that does not use any CSS external framework

This framework include Vue JS to manage DOM manipulation

Usage

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

Also if you want to see as an index page add

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

To your urls.py file under the urlpattenrs list.