models.py 141 Bytes Edit Raw Blame History 1 2 3 4 5 6 # -*- coding: utf-8 -*- from django.db import models from django.conf import settings if settings.TRAC_ENABLED: import trac.trac.models