mitmedialab / django-channels-presence

"Rooms" and "Presence" for django-channels
MIT License
79 stars 38 forks source link

Fixed apps.py #22

Closed jabguru closed 9 months ago

jabguru commented 3 years ago

I'm working on a Django channels project Django=3.2.2 and I had the error " ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: Cannot import 'rooms'. Check that 'channels_presence.apps.RoomsConfig.name' is correct.". I have installed channels_presense and added it to apps in settings.py

I noticed that after adding default=False in apps.py fixed it. Please merge so I won't have to use a local version of the package and I can always update