Skip to main content

Django application for advanced template management

Project description

Django application for advanced template management

Allows staff member (with corresponding permissions) to:

  • list all templates used in the project and examine their content

  • change the content of any template

  • create new templates

  • see the differences between the default content (from filesystem or other loader) and the changed content

  • see if the original content has changed since the last change

Installation

Install django-template-admin either from source or using pip.

Configuration

Add 'template_admin' to settings.INSTALLED_APPS.

Configure template loaders:

TEMPLATES[0]['OPTIONS']['loaders'] = [
    ('template_admin.loader.Loader', [
        ('django.template.loaders.cached.Loader', [
            'django.template.loaders.filesystem.Loader',
            'django.template.loaders.app_directories.Loader',
        ]),
    ]),
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-template-admin-1.1.0.tar.gz (8.9 kB view details)

Uploaded Source

File details

Details for the file django-template-admin-1.1.0.tar.gz.

File metadata

  • Download URL: django-template-admin-1.1.0.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for django-template-admin-1.1.0.tar.gz
Algorithm Hash digest
SHA256 2acb73e12122bfc0bd9b2484103e9fe6b06e04858d697d903aa8d2b4441cc90b
MD5 8b59dde9ffa58ad6308223c3838dae57
BLAKE2b-256 a5d69f6bb457fcde0fdd32853490a93d57bbcd124bb437400abce39a844705da

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page