9 lines
132 B
Python
9 lines
132 B
Python
# -*- encoding: utf-8 -*-
|
|
"""
|
|
Copyright (c) 2019 - present AppSeed.us
|
|
"""
|
|
|
|
from django.db import models
|
|
|
|
# Create your models here.
|