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...
b60d863
vella-backend
/
resumos
/
apps.py
luanpoppe
feat: adicionado endpoint de resumo
4e93adb
5 months ago
raw
Copy download link
history
blame
Safe
146 Bytes
from
django.apps
import
AppConfig
class
ResumosConfig
(
AppConfig
):
default_auto_field =
'django.db.models.BigAutoField'
name =
'resumos'