5 lines
123 B
Python
5 lines
123 B
Python
|
from django.db import models
|
||
|
from django.utils import timezone
|
||
|
from django.contrib import admin
|
||
|
# Create your models here.
|