init profiles
This commit is contained in:
		@ -1,3 +1,7 @@
 | 
			
		||||
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()
 | 
			
		||||
		Reference in New Issue
	
	Block a user