Skip to content
Discussion options

You must be logged in to vote

Hi @roman-right .
Problem solved, my friend. Forget about the files I've already sent you. The key for solving this was given by you: ..."a one-file small example...", remember? I did it myself, and after fixing some module imports, everything works fine. Then, I got back to my project and conceptually, the biggest difference was the import clause: all relative paths were changed to absolute, meaning exactly what it is: class ProductCategory was in module product_category, when it was imported, the import clause looks like in the file (the file wasn't right, ok? But I've already told you to forget them). So, instead of

from .models.product_category import ProductCategory

I did

from dlive…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jolmedo
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jolmedo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants