Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
/ djangocong-2011 Public archive

An example project to demonstrate PDFForm within Django.

Notifications You must be signed in to change notification settings

zyegfryed/djangocong-2011

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is an example project to demonstrate how to use PDFForm within Django presented at djangocong 2011.

Getting started

First, you need to install pdftk on your system.

Then:

$ git clone git://github.com/zyegfryed/djangocong-2011.git
$ cd djangocong-2011
$ virtualenv .
$ source bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver

Go to http://127.0.0.1:8000/ and click on the "Print your ticket" link to download the generated PDF. Enjoy!

Plug'n'play

Here's a gist to get you started right away into your project.

Compatibility

Fully compatible with Django 1.3. I haven't tried any other versions, but it should work unless a big refactoring in Django template engine.

About

An example project to demonstrate PDFForm within Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published