5 lines
73 B
Python
5 lines
73 B
Python
|
|
import logging
|
||
|
|
|
||
|
|
from django.db import models
|
||
|
|
|
||
|
|
# Create your models here.
|