django/tests/context_processors/models.py

6 lines
73 B
Python

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