Skip to main content

No project description provided

Project description

dj-dynamic-templates

dj-dynamic-templates package is used for controlling mail templates dynamically using django admin panel.

It's designed to integrate seamlessly with Django projects


Requirements

  • Python 3.11+
  • Django 5.0+
  • django-markdownx 4.0.7+ (optional)

Installation

Install using pip...

pip install dj_dynamic_templates

Add 'dj_dynamic_templates' to your INSTALLED_APPS setting.

INSTALLED_APPS = [
    ...
    'dj_dynamic_templates',
]

Optional

Install django-markdownx for better experience of template editing.

Open the hyperlink and follow the procedure provided in that document

Now migrate the changes into your database

python manage.py migrate

Now login to django admin panel and start using this package

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

dj_dynamic_templates-1.1.3.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

dj_dynamic_templates-1.1.3-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

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