macro1 / django-template-explorer

Explore a Django project's templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%