Files
Andros Fenollosa f60554451d Modernize for Django 3.2+ and Python 3.8+
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-06 11:28:06 +01:00

7 lines
154 B
Python

from django.apps import AppConfig
class RoomsConfig(AppConfig):
name = 'channels_presence'
default_auto_field = 'django.db.models.BigAutoField'