3 lines
73 B
Python
3 lines
73 B
Python
|
from django.db import models
|
||
|
from django.contrib.auth.models import User
|