remove trash

This commit is contained in:
starnakin 2023-10-24 22:56:45 +02:00
parent 85f273b726
commit b7a41701ea

View File

@ -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()