Skip to content

tetframework/django-tonnikala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tonnikala templates - powered by ponies!

Django integration for the one-ton templating language.

To use, install (with pip install django-tonnikala or python setup.py install) and configure your settings:

TEMPLATES = [
    {
        'BACKEND': 'django_tonnikala.backends.Tonnikala',
        'DIRS': [],
        'APP_DIRS': True,
        'OPTIONS': {
            # TODO
        },
    },
]

And add your templates to your_app/tonnikala/!

Running the example project

The git repository includes an example project

python3 -m venv venv
venv/bin/pip install -r example_project/requirements.txt
venv/bin/python example_project/manage.py migrate
venv/bin/python example_project/manage.py runserver

And then visit http://localhost:8000

About

One-ton templates for everyone's favorite web framework!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages