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

Latest commit

 

History

History
41 lines (27 loc) · 824 Bytes

README.rst

File metadata and controls

41 lines (27 loc) · 824 Bytes

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