remove trash
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
class Profile(models.Model):
|
||||
uuid = models.CharField()
|
||||
username = models.CharField()
|
||||
avatar_url = models.CharField()
|
||||
# Create your models here.
|
Reference in New Issue
Block a user