models.py 124 B

1234567
  1. # -*- coding: utf-8 -*-
  2. from django.db import models
  3. import django.utils.timezone as timezone
  4. # Create your models here.