Spaces:
Sleeping
Sleeping
File size: 97 Bytes
113d0af |
1 2 3 4 5 6 |
from django.db import models
# Create your models here.
from authentication.models import User
|