Skip to main content

Generate PDFs from GameTeX in Django

Project description

A Django app for generating and managing PDFs from GameTeX. Writing a ten-day webapp? You’ll want this (too).

Getting started

To install:

  • pip install gametex-django-print

  • Add gametex_django_print to your INSTALLED_APPS in settings.py.

  • Add GAMETEX_PROJECT_ROOT=/path/to/your/game/ and GAMETEX_NAME=gamename (should match what you have in your dotfiles)

  • Add url(r’^gametex/$’, include(‘gametex_django_print.urls’)), or similar to your Django urls.py.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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