django-event-system
django-event-system copied to clipboard
Error when installing django-event-system from a django rest framework app
Does this library work on DRF? Or just Django?
Here's my error. Any idea what could be causing it?
django.core.exceptions.ImproperlyConfigured: Cannot import 'djangoevents'. Check that 'events.apps.DjangoeventsConfig.name' is correct.
I believe I made a mistake in my docs, it should be djangoevents
in installed apps, not events