Skip to content

kcl-ddh/django-kiln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-kiln

Django application to integrate with Kiln

To use, add kiln to INSTALLED_APPS and set the following variables in settings.py:

  • KILN_CONTEXT_PATH: The context path of the requests to be processed by Kiln. For example, if set to 'k/', then all the requests that start with 'k/' would be processed by Kiln.
  • KILN_BASE_URL: Base URL of Kiln.

And add the url pattern to the project base urls.py:

  • url('^{path}'.format(path=settings.KILN_CONTEXT_PATH), include('kiln.urls'))

About

Django application to integrate Django and Kiln

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages