embeded pandora mobile view
This commit is contained in:
commit
b420bf43b7
45 changed files with 3437 additions and 0 deletions
7
app/user/models.py
Normal file
7
app/user/models.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.db import models
|
||||
from django.contrib.auth.models import AbstractUser
|
||||
|
||||
|
||||
class User(AbstractUser):
|
||||
modified = models.DateTimeField(auto_now=True)
|
||||
data = models.JSONField(default=dict)
|
||||
Loading…
Add table
Add a link
Reference in a new issue