DjaoDjin's Template wrappers for HTML email and PDF templates
Project description
djaodjin-extended-templates is a Django application that adds missing features for managing Django templates.
Major Features:
- Live editing of HTML templates
- Build .css from .scss on page load
- HTML email templates
- PDF templates
- Media assets gallery
- Upload theme packages
Development
After cloning the repository, create a virtualenv environment, install the prerequisites, create the database then run the testsite webapp.
$ virtualenv installTop
$ source installTop/bin/activate
$ pip install -r testsite/requirements.txt
$ make vendor-assets-prerequisites
$ make initdb
$ python manage.py runserver
# Browse http://localhost:8000/
# Start edit live templates
Configure the settings to connect to your e-mail server, then run the sendtestemail command.
credentials:
EMAIL_HOST_USER =
EMAIL_HOST_PASSWORD =
site.conf:
EMAIL_HOST =
EMAIL_PORT =
EMAIL_USE_TLS =
DEFAULT_FROM_EMAIL =
Then run the sendtestemail
command and look for an e-mail delivered to you
in HTML format.
$ python manage.py sendtestemail __your_email_address__
Note that you will need to link podofo-flatform.cc
with podofo
version 0.9.3. Version 0.9.1 as shipped with many RedHat systems will link
with no error but the outputed PDF will be blank.
Release Notes
Tested with
- Python: 3.7, Django: 3.2 (LTS)
- Python: 3.10, Django: 4.2 (latest)
- Python: 2.7, Django: 1.11 (legacy) - use testsite/requirements-legacy.txt
0.4.5
- turns edit tools on/off per user instead of whole site
- enables partial theme upload and download
- adds online editor for dates
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
Hashes for djaodjin-extended-templates-0.4.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 403c55276803c2b67a9e9212d2fb510e98467c7a1d1bdee6856c5459b5feb6d7 |
|
MD5 | 7169e15cedd0178c36bac2c6c988bc02 |
|
BLAKE2b-256 | e5dda2a35d62746ba4a5a34fb40d2bf940deefe304d34c69e8e199d867dc1824 |
Hashes for djaodjin_extended_templates-0.4.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ed41f5bb38fe7f2cba52bc34ff20517bcbc9b629f82074dff48e28ba9d33e3d |
|
MD5 | 8fba51685ea8fe80be26601b1efdb899 |
|
BLAKE2b-256 | 1813f8ddfbd07904392b98c13fb05a3f858bd0090aa3eda442d4a0ee6c76be53 |