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