Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luanpoppe
/
vella-backend
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5ffdf73
vella-backend
/
ragas_api
/
apps.py
luanpoppe
feat: adicionando app de ragas
c66a7e7
about 2 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
from
django.apps
import
AppConfig
class
RagasApiConfig
(
AppConfig
):
default_auto_field =
'django.db.models.BigAutoField'
name =
'ragas_api'