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-2.0.0.tar.gz (9.9 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: django-template-admin-2.0.0.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.6 importlib-metadata/5.2.0 keyring/23.13.1 pkginfo/1.8.3 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.7

File hashes

Hashes for django-template-admin-2.0.0.tar.gz
Algorithm Hash digest
SHA256 6a6334a9b81525da39c29cbb86336761cb0aae928d696745333335e7fef9afd8
MD5 8edff5590d892e31ca4ebed194b78db0
BLAKE2b-256 8eae9c6877a815d142f8481ec5e0e7c4fb0e6474d7f5cd82ee9852f4e9de8825

See more details on using hashes here.

Supported by

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