Skip to content

contraslash/base_template-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published