A Django app to create pdf files.
Project description
#Django PDF ## reportlabs z3c.rml
https://github.com/zopefoundation/z3c.rml/
## Quick start
Add “django_pdf” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'django_pdf', ]Include the django_pdf URLconf in your project urls.py like this:
path('pdf/', include('django_pdf.urls')),Run python manage.py migrate to create the django_pdf models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a pdf (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/pdf/ to view the demo pdfs.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-z3c.rml-0.1.tar.gz.
File metadata
- Download URL: django-z3c.rml-0.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67ea7f5615f2631a1931545ee62fafa8911b722d85f853df87f8ef0d00fab06d
|
|
| MD5 |
ceb32fccb3df45c2dcc91241cd4a4fd1
|
|
| BLAKE2b-256 |
cbbcbc906889a2237630539dd9ef4b1bf9fdd4da77986097c283d17957c886df
|
File details
Details for the file django_z3c.rml-0.1-py3-none-any.whl.
File metadata
- Download URL: django_z3c.rml-0.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1faa8a9555bd6970f4f9f3aa43fb8b2c3f483f79bba2681ff342645274b783de
|
|
| MD5 |
cc2bb1ad06578de476a6e88eb1af7863
|
|
| BLAKE2b-256 |
9ad0cae6c3be9118f956ecc724a5805f08ae8afc26251b7b7be3cf1397cbbb10
|