Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
hc99
/
FEA-Bench
like
0
Dataset card
Files
Files and versions
xet
Community
main
FEA-Bench
/
testbed
/
django__django
/
tests
/
auth_tests
/
models
/
minimal.py
hc99
Add files using upload-large-folder tool
5e07a1f
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
115 Bytes
from
django.db
import
models
class
MinimalUser
(models.Model):
REQUIRED_FIELDS = ()
USERNAME_FIELD =
"id"