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