Open pavlutom opened 1 year ago
Import from the eadme example doesn't work (ImportError).
Using
from next_url_mixin.mixin import NextUrlMixin
instead of
from next_url_mixin import NextUrlMixin
solves the problem.
@pavlutom Thanks. Should be fixed now.
Description
Import from the eadme example doesn't work (ImportError).
What I Did
Using
instead of
solves the problem.