DATA_DIR = os.path.dirname(os.path.dirname(__file__)) MEDIA_URL = '/media/' MEDIA_ROOT = os.path.join(DATA_DIR, 'media') TEMP_ROOT = os.path.join(DATA_DIR, 'media/tmp ...
Supply a PDF document in the django-pdf-overlay admin screen. Create fields that match what you need filled out on the document. Using the layout tool, move the fields to their respective locations on ...