mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Modify profile
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
from django.db import models
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
class Profile(models.Model):
|
||||
user = models.EmailField(unique=True)
|
||||
nickname = models.CharField(max_length=256, blank=True)
|
||||
nickname = models.CharField(max_length=64, blank=True)
|
||||
intro = models.TextField(max_length=256, blank=True)
|
||||
|
||||
|
Reference in New Issue
Block a user