Hi everyone I’m with a issue in tasks, well…
that’s my tasks.py
and that’s my hooks.py
this is the error on console
And that’s the hierarchy or where’s my file.
Thanks for advance.
Hi everyone I’m with a issue in tasks, well…
that’s my tasks.py
and that’s my hooks.py
this is the error on console
And that’s the hierarchy or where’s my file.
Thanks for advance.
Hello, try putting this in the first line in tasks.py
# -*- coding: utf-8 -*-
Thank you so much