Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

macro1/django-template-explorer

Repository files navigation

Template Explorer build

Template Explorer is a Django app to aid getting a handle on your project's templates.

Quickstart

Installing

$ pip install git+https://github.com/macro1/django-template-explorer.git

Project configuration

Add template_explorer to your INSTALLED_APPS:

INSTALLED_APPS = [
   # ...
   'template_explorer',
]

Run the commands

View templates available in your project:

$ python manage.py template_tree

About

Explore a Django project's templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages