Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luanpoppe
/
teste-01
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
92b9cc2
teste-01
/
endpoint_teste
/
admin.py
luanpoppe
feat: initial commit
dd19e1b
8 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
from
django.contrib
import
admin
from
endpoint_teste.models
import
EndpointTesteModel
# Register your models here.
admin.site.register(EndpointTesteModel)