5 lines
81 B
Python
5 lines
81 B
Python
# -*- coding: utf-8 -*-
|
|
from django.db import models
|
|
|
|
# Create your models here.
|