mitmedialab / django-channels-presence

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

typo in import lines #4

Closed akermen closed 8 years ago

akermen commented 8 years ago

these files: .../management/commands/prune_presences.py .../management/commands/prune_rooms.py have import lines with "channel_presence" instead of "channels_presence": from channel_presence.models import Room

yourcelf commented 8 years ago

Thanks. Fixed in a08d5e9355de98fcfc48dea367d417444ec54a85, and released in v0.0.7