Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gaganyatri
/
django_spaces
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aeb04fc
django_spaces
/
games
/
models.py
sachin
taxTech
5538ec7
2 months ago
raw
Copy download link
history
blame
Safe
175 Bytes
from
django.db
import
models
class
Game
(models.Model):
name = models.CharField(max_length=
200
)
description = models.TextField()
release_date = models.DateField()