Skip to main content

A Django app to create pdf files.

Project description

#Django PDF ## reportlabs z3c.rml

https://github.com/zopefoundation/z3c.rml/

## Quick start

  1. Add “django_pdf” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_pdf',
    ]
  2. Include the django_pdf URLconf in your project urls.py like this:

    path('pdf/', include('django_pdf.urls')),
  3. Run python manage.py migrate to create the django_pdf models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a pdf (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/pdf/ to view the demo pdfs.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-z3c.rml-0.1.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

django_z3c.rml-0.1-py3-none-any.whl (5.9 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