django/tests/context_processors/models.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
73 B
Python
Raw Normal View History

from django.db import models
class DebugObject(models.Model):
pass