GitHub Action
🚀 Auto-deploy from GitHub Actions
15fec87
raw
history blame contribute delete
200 Bytes
from django.apps import AppConfig
class PollsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'polls'
verbose_name = 'Polls (Django + FastAPI Integration)'