4 lines
84 B
Python
4 lines
84 B
Python
from django.db import models
|
|
from .user.models import *
|
|
|
|
# Create your models here.
|