mirror of
https://github.com/tanrax/django-channels-more-than-present
synced 2026-01-08 06:13:39 +01:00
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
7 lines
154 B
Python
7 lines
154 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class RoomsConfig(AppConfig):
|
|
name = 'channels_presence'
|
|
default_auto_field = 'django.db.models.BigAutoField'
|