File: __init__.py

package info (click to toggle)
django-wkhtmltopdf 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 196 kB
  • sloc: python: 792; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
import os
if 'DJANGO_SETTINGS_MODULE' in os.environ:
    from .utils import *

__author__ = 'Incuna Ltd'
__version__ = '3.4.0'