hc99's picture
Add files using upload-large-folder tool
5e07a1f verified
from django.db import models
class MinimalUser(models.Model):
REQUIRED_FIELDS = ()
USERNAME_FIELD = "id"