GitHub Action
πŸš€ Auto-deploy from GitHub Actions
15fec87
raw
history blame
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)'