django-event-system icon indicating copy to clipboard operation
django-event-system copied to clipboard

Error when installing django-event-system from a django rest framework app

Open Sigularusrex opened this issue 1 year ago • 1 comments

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.

Sigularusrex avatar Dec 11 '23 15:12 Sigularusrex

I believe I made a mistake in my docs, it should be djangoevents in installed apps, not events

radding avatar Dec 27 '23 01:12 radding