Skip to content
Discussion options

You must be logged in to vote

I'm guessing that ScrapliPoller is a class that is in some way inheriting from the Django model class. In Django you can't import model classes before the system is initialised. This includes the settings.py (or in this case configuration.py), app.py, wsgi.py and so on.
I'm not sure how this iss supposed to work in that plugin, but you probably need to use the full dotted class name as a string instead of the imported class.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Alex-Ignatov
Comment options

Answer selected by Alex-Ignatov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants