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