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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dj_dynamic_templates-1.1.3.tar.gz
.
File metadata
- Download URL: dj_dynamic_templates-1.1.3.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.2.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 202e3dc1abf164afa5f217667a3cc2ca0b61be8de8273bee69d4c3b9d1defd91 |
|
MD5 | e63dacaf878e44b341e53ee1f7d528d9 |
|
BLAKE2b-256 | dc07436c56e0cfdca0c07bf4146f504ce7191a20108b901b0b76c4b5eac4a342 |
Provenance
File details
Details for the file dj_dynamic_templates-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: dj_dynamic_templates-1.1.3-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.2.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c76490eb21bbbb553e51af28fdfaee704e3b419dc7da16e0900e1241472cb01 |
|
MD5 | a0d7b0ac9c0473199c8d75a27bbf3613 |
|
BLAKE2b-256 | b9dff01b8d0033537a6db68fadf197ab8eeeba88a86af8d8ead1fb7cf989846e |