contraslash / base_template-django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:HTML 92.3%Language:Python 7.7%