https://github.com/ternus/gametex-print
https://github.com/ternus/gametex-print
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ternus/gametex-print
- Owner: ternus
- License: other
- Created: 2013-01-13T20:04:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-08T07:38:01.000Z (over 13 years ago)
- Last Synced: 2025-09-28T01:18:31.637Z (9 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GameTeX Django Print
====================
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.