I suspect if you rename that events.admin
package to something everything would be fine. The reason is that the dot path of events.admin
could be either the directory admin
or the file admin.py
.
I suspect if you rename that events.admin
package to something everything would be fine. The reason is that the dot path of events.admin
could be either the directory admin
or the file admin.py
.