tildetown-admin/ttadmin/help/models.py

5 lines
66 B
Python

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